I'm developing a rich internet application, which is built using Wicket and a lot of fancy Wicket-JS integrations.
I'm now at the point that I want to store some user-settings; for example I have a TabbedPanel
. I would like to be able to return the user to his most recently used tab if the user gets back to the page containing that TabbedPanel
.
What would be the Wicket-way to store these user settings? I prefer not to store them on the server, but rather on the client..