I am using wicket where inside i am using in some places jsp the jsp page A has links to wicket pages which i genarate "freestyle " meaning i do
Link from the opened page , page B i change some things using ajax(this page instance component model ) and openenig page C using wicket link then i enter browser back button and getting page B without the ajaxchanges (it's a new instance page instead of the same instance from the previous instanec ) should the solution be another page R in the middle between pages A and B ? R would be wicket that will redirect from A to B in his c'tor and by entering to R wicket will generate instance with instance refrence ? ... isthere a documented example how to implemet this ? is there another solution you would recommend
