http://markmail.org/message/bk5zwpx5w7xdlkoa
please write to users@ for this kind of questions Martin Grigorov Wicket Training and Consulting On Mon, Jun 16, 2014 at 10:51 AM, Yoav Stern <[email protected]> wrote: > I am using wicket in my web application. Assuming I have pages a b c where > I move from A to B using page parameters change something in page B model > using ajax and B to C (without using page params). > > problem : The scenario is moving A->B->C while changing page b model and > pressing the back button B<-C cause when page B instance (B1)was generated > I used get parameters , therefore a new page B instance was generated(B2) I > would like to return every time to page B > > is there a wicket style solution to this problem ? > > thank u for getting this far in my post :). >
