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/