Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.3
-
None
-
None
Description
The Form#onError method is not invoked when a user is uploading a file bigger than the max size attribute specified.
This is a strange behaviour because an error message is set correctly but is not possible to intercept the reasing error event.
This happens because Form#handleMultiPart() set an error in the form component and retun false, so Form#process() is not called and nobody invoke Form#onError().