Hi, Your (or mine) English is not very good and it is hard to follow what you describe. Please try to rephrase the description of the problem or explain it with some Java code.
Martin Grigorov Wicket Training and Consulting On Sun, May 25, 2014 at 12:11 PM, Yoav Stern <[email protected]> wrote: > 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 >
