> However, I am having a different but related problem now. I have a
> file upload form in the last column of each row to allow the user to
> upload a file for each record. The problem is that uploading a file in
> a single row causes submission of all other file-upload forms.

Call setDefaultFormProcessing(false) on the upload submit buttons and do the 
processing in the button's onSubmit(), perhaps calling getForm().onSubmit()

The divs inside the form is Wicket's way of implementing nested forms since a 
<form> cannot contain a <form> in HTML.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to