Re: MulitFileUploadField looses state after validation error

2012-02-06 Thread Martin Grigorov
Hi, You can add AjaxFormComponentUpdatingBehavior to all TextFields and set some error class when they are invalid. Add onsubmit event listener (pure JS) to the form that will check all form elements for such class and refuse the submit (by returning false) if there is at least one invalid text fi

RE: MulitFileUploadField looses state after validation error

2012-02-06 Thread Wilhelmsen Tor Iver
No, the only workaround is probably to do the FileUpload logic during validation, and "flag" the upload field as completed somehow (or just show that files have been uploaded) - Tor Iver -Original Message- From: Daniel Meier [mailto:meier_dan...@sunrise.ch] Sent: 6. februar 2012 14:34