Neither of the suggested solutions will work:

1) The Cookie idea relies on session timeout - or some timeout - which is
not relevant here. The user could click the back button and then straight
away select a menu item.

2) Clearing the value in the Wicket Session from the constructor of the page
the user returns to with the back button also will not work. The page is
stored in the cache and will be rendered by the browser without any Wicket
intervention - no java will be invoked.

There must be a Wicket-y way of doing this. Can anyone else help or advise -
thanks!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ModalWindow-question-tp2999304p3001005.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to