Hello,

Well i have to say that i spent hours yesterday trying to understand this.

It was exactly as Matthias described: On clicking the back button, wicket
goes to the server to fetch the page (which is o.k. - i asked browser not to
cache). But instead of rendering a new bookmarkable version of the page, it
rendered a wizard page that was stored in the server.

Nothing helped (getSession().clear(), getPageMap.clear()). Only Matt's
solution did the work (thanks Matt).

This scenario of a wizard page which redirects to a message page is a very
common one (and can't be defined as an ugly solution btw). Also, the need to
prevent the user from going back to a wizard he just completed is also very
common.

Do you precious wicketiers have added/found a solution to this need in
Wicket?

thanks
Rebecca


 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-remove-all-previous-pages-from-pagemap-tp3236570p3811843.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to