Hi, I have a Wizard containg of several steps. In one step I have different form-components. I additionally added a FileUploadField and a Button to load the file up. The handing should be like the follwing: The user must fill out the form and can add as many pictures as he want.
That means, each time pressing the Upload-Button only the File-Upload should be processed. When pressing the Next-Button of the Wizard all the other components should be processed. Problem is: If I add a submit button the hole form is beeing processed, meaning when pressing this upload button all form-components are validated and the error messages are shown. Does anybody know how to handle this correctly??? Thanks in advance, Sebastian -- View this message in context: http://www.nabble.com/Wizard-and-Upload-Form-tp14481506p14481506.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]