I doubt its a workerthread issue, it calls the submit form even though the default form processing is set to false.
Nino.Martinez wrote: > > This is something not really wicket related, but more workerthread... > You need for it to run asynch in order for wicket to be able to process > it the way you want to, worker thread can solve this.. > > regards Nino > > sunraider wrote: >> I have a page with upload form and added the upload progress bar, I have >> added the cancel button to it by setDefaultFormProcessing(false) but it >> does >> not behave the same. The content is getting saved and even on empty form >> the >> validation is being done. I removed the progress bar from the page and >> everything seems to be working fine. I am not sure if that the way it >> should >> be. >> >> >> > > -- > -Wicket for love > > Nino Martinez Wael > Java Specialist @ Jayway DK > http://www.jayway.dk > +45 2936 7684 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/UploadProgress-Bar-and-cancel-button-tp16349844p16497717.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]
