Hello, I have a page which contains a form around a table. Each row in the table contains a nested form which allows user to upload a file for the row. I added an UploadProgressBar to the upload form in each row. However, the upload progress bars are never shown.
I understand that Wicket replaces a nested <form> with <div> and adds onsubmit event handler to display UploadProgressBar. However, since the <form> was replaced with <div> onsubmit handler never fires. How can I display a progress bar or at least a modal window during a file upload from a nested form? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
