Re: [Wicket-user] webPages variableFlow, backButton, theSmartAndCorrectWay?

2007-05-10 Thread Johan Compagner
in 1.2 you really need to hold on to the pages else the can fall out of the page map and then you can never restore them Ofcourse if the state is just some data you could keep the model and rebuild the page with that model if needed? johan On 5/10/07, manuel barzi [EMAIL PROTECTED] wrote:

[Wicket-user] webPages variableFlow, backButton, theSmartAndCorrectWay?

2007-05-09 Thread manu
Hi, Sirs, I have the following webPages variableFlow: Flow1: Page1 Page2 Page3 Page4 Page5 Page6 Flow2: Page1 Page3 Page4 Page6 As expressed in this flows, sometimes, depending on internal conditions, Page1 flows directly to Page3, jumping over Page2, and so it happens with Page4 to

Re: [Wicket-user] webPages variableFlow, backButton, theSmartAndCorrectWay?

2007-05-09 Thread Johan Compagner
in 1.3 what you could do is only remember the pageid and pagemap just aks the session for the pagemap/page when you need it. Then you don't have to have references that you maybe never need. johan On 5/9/07, manu [EMAIL PROTECTED] wrote: Hi, Sirs, I have the following webPages