But a user can click the back button to go to the previous page with the form and submit it again, but that isn't something wicket should prevent. Because that could be valid for that application, a user submit something then sees it made a mistake, presses back, corrects it and submit again..
2007/11/18, Eelco Hillenius <[EMAIL PROTECTED]>: > > Yet another question... > > > > Does wicket handles double form submission in anyway ? like if the user > > clicks the back button where the previous page was a result of a form > > submission, which could result in double form submission..OR otherwise > > refreshes that page.. > > Yes, Wicket by default uses the redirect after submit pattern. See the > renderStrategy property of IRequestCycleSettings (read the Javadoc of > the three available strategies). > > Eelco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
