Re: Prompt on file upload

2010-09-07 Thread Jeremy Thomerson
On Tue, Sep 7, 2010 at 11:35 PM, Alec Swan wrote: > Hello, > > I would like to have an upload form > (org.apache.wicket.markup.html.form.Form) to prompt the user to > confirm their upload decision. I tried attaching a new > AjaxEventBehavior("onsubmit") to the form, but it does not get called. >

Prompt on file upload

2010-09-07 Thread Alec Swan
Hello, I would like to have an upload form (org.apache.wicket.markup.html.form.Form) to prompt the user to confirm their upload decision. I tried attaching a new AjaxEventBehavior("onsubmit") to the form, but it does not get called. How can I prompt the user when they initiate the upload? Thanks