Hi,

I have a not bookmarkable page (page with a form), when user clicks a link
("submit"), the model data are cleared and confirmation page is displayed.
Now, when the user pressed "Back" in browser, the page renders again, but
because the model changed, it throws.
I want to be able to detect, when the old page is again requested and
redirect user to another page. But I don't know how the handle it, I suppose
that calling setResponsePage during rendering phase is too late.
Another solution is to remove the page from page map, but it is not nice,
because the user will see error page.

Thank you, Jan




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