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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -