> 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]

Reply via email to