java - Restore the previous session, when browser back button is clicked, Wicket -


let's there int x = 10 in session, when click link, change it's value x++ in link click event.

is there way, in which, if hit browser button, session restored previous version. meaning, in case, x's value 10, initial value.

you talking history, not different sessions. history implemented history tokens. check out guide gwt: http://www.gwtproject.org/doc/latest/devguidecodingbasicshistory.html


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -