Can you give more details on what you mean by submitting the form of the previous page again?
Is this: 1 - the user is clicking the submit button, and then clicking again before the page every changes? 2 - the form is being submitted, and the user is doing refresh / etc / to resubmit? Number two is handled by default by Wicket using the redirect to buffer strategy, unless you have modified settings otherwise. -- Jeremy Thomerson http://www.wickettraining.com On Mon, Nov 10, 2008 at 8:46 AM, eyalbenamram <[EMAIL PROTECTED]>wrote: > > Ok.. that didn't stop the client from submitting the form of the previous > page again. > Any other solutions to preventing double submissions? > > > Pills wrote: > > > > write it in html? > > > > <form wicket:id="foo" method="GET">... > > > > eyalbenamram a écrit : > >> Hi > >> How do I tell the client to use a GET method instead of POST? > >> The problem is, the client is sending the form from a previous page > >> in a POST request, causing a double submission. > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/force-client-to-use-GET-method-tp20420920p20421291.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] > >
