See pagemap.redirectToResponsePage() and continueToXxxx method

On 4/29/08, Eyal Golan <[EMAIL PROTECTED]> wrote:
> I have a Login page that is redirected if the session is expired (for
> example, if I shut of the server and put it on again).
> In the Login page, I redirect to my base page:
>             PortalWebPage page = new PortalWebPage(pageParameters);
>             setResponsePage(page);
>
> this happens in the submit.
>
> my question:
> I want to keep the last visited page (and the parameters it has) so I won't
> redirect to PortalWebPage but to this last page.
> Is it possible?
> --
> Eyal Golan
> [EMAIL PROTECTED]
>
> Visit: http://jvdrums.sourceforge.net/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to