Re: Re: Access last page

2009-01-26 Thread sven
I thought AbstractPageStore handle this automagically? Sven - Ursprüngliche Nachricht - Von: Johan Compagner Gesendet: 25.01.09 21:51 Uhr An: users@wicket.apache.org Betreff: Re: Access last page You should hold that info yourself Not the page itself but just the id

Re: Access last page

2009-01-26 Thread Per Newgro
Thanks 4 reply, Johan. I guess i have to store the ids in my session ?!? I'll try it out. Thanks Per - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Access last page

2009-01-25 Thread Johan Compagner
You should hold that info yourself Not the page itself but just the id and the version number (and pagemap) Then through session.get(x,y,z) you can get the page On 25/01/2009, Per Newgro per.new...@gmx.ch wrote: Hi, can i easily access the page from which another page is called? I would like