page.getPageMap().removePage(page)

Then your page with the form is removed
and if they use the back button they will get a page expired.

johan


On 9/22/06, Stefan Arentz <[EMAIL PROTECTED]> wrote:
I have a simple signup page that does a setRedirect(true);
setResponsePage(ThankYouPage.class); as the last thing in the Form's
onSubmit(). People can still go back to the signup page and fill it in
again though and this results in all kinds of weird behaviour.

What is the wicket way to prevent double submits?

S.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net 's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to