You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2011/03/27 08:03:05 UTC

[jira] [Resolved] (WICKET-3555) hasError() returns false on nested form with FileUploadField and defined max file upload size

     [ https://issues.apache.org/jira/browse/WICKET-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3555.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

when an upload exceeds its size it is always the root form that is marked in error. this happens because the max size defined is for the entire form and not the individual fileuploadfield.

> hasError() returns false on nested form with FileUploadField and defined max file upload size
> ---------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3555
>                 URL: https://issues.apache.org/jira/browse/WICKET-3555
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.16
>            Reporter: Alexander Morozov
>            Assignee: Igor Vaynberg
>         Attachments: modalproject2.zip
>
>
> The nested form have FileUploadField added and defined setMaxSize is set to 100K. In case of submitting the form thru Ajax file more than 100K, hasError() on the nested form return false. But I expect here 'true' - because of setMaxSize constraint violation.
> See also http://apache-wicket.1842946.n4.nabble.com/Nested-Forms-and-Multipart-Fileupload-Issue-td1844365.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira