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:[email protected]] Sent: 6. februar 2012 14:34 To: [email protected] Subject: MulitFileUploadField looses state after validation error Hi everyone Little advice needed: I have a Form with several TextField's and a MultiFileUploadField. If you select some files to upload and enter some text in the TextFields - after the submit everything is fine. Now if in case some TextField fire a validation error and the page is rendered again, you have to select the files to upload one more time. Is there any possibility to keep the state as long as validation errors occur? Btw same problem wit FileUploadField. Using wicket 1.5.3. thx --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
