I thought AbstractPageStore handle this automagically?






Sven



----- Ursprüngliche Nachricht -----
Von: Johan Compagner
Gesendet: 25.01.09 21:51 Uhr
An: [email protected]
Betreff: Re: Access last page


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 <[email protected]> wrote:

> Hi,
>
> can i easily access the page from which another page is called? I would
> like to share the navigational infos of one page with the next page.
> That should be achieved by pulling the NaviModel of the last page (if
> present).
> If i debug i can see that there is a pagemap - (SecondLevel....) which
> is containing the appropriate page. But i can not find any access to
> this attribute.
>
> Is there a way?
>
> Thanks
> Per
>


Reply via email to