[ https://issues.apache.org/jira/browse/WICKET-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Igor Vaynberg reassigned WICKET-406: ------------------------------------ Assignee: Matej Knopp whats the deal with this one? > form fields are reset when a file upload fails > ---------------------------------------------- > > Key: WICKET-406 > URL: https://issues.apache.org/jira/browse/WICKET-406 > Project: Wicket > Issue Type: Bug > Components: wicket > Affects Versions: 1.2.2, 1.2.3, 1.2.4, 1.2.5 > Environment: Tomcat 5.5.9 , windows 2000 SP2 > Reporter: Jaime De La Jara > Assignee: Matej Knopp > Priority: Minor > Fix For: 1.3.0-rc1 > > > If a form contains some fields and a file field, when an uploads fails (for > example exceeds the maximum size) the form fields are reset. A better > behaviour would be to group all failed validations and show all the messages > at once. The relevant code is in class wicket.markup.html.form.Form in method > onFormSubmitted, where the condition of handleMultipart is first checked and > if it has not been completed the method returns, without processing the rest > of the fields. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.