Seems messy to have to carry that to every single URL. I was thinking about redirecting to a Proxy page and having the logic there to redirect elsewhere. The thing is I don't know what page I'm from once I'm at the proxy. I suppose I can store the last visited page in a cookie, but I'd like to avoid that route if possible.
On Mon, May 3, 2010 at 5:32 PM, Igor Vaynberg <[email protected]>wrote: > you can append the class name of the last visited page to every url by > creating your own url coding strategy > > -igor > > On Mon, May 3, 2010 at 4:59 PM, Tony Wu <[email protected]> wrote: > > I have an application where on session timeout, I want to redirect to > > different pages based on what their last visited page was. Currently my > app > > only redirects to the same page all the time through > > getApplicationSettings().setPageExpiredErrorPage(LoginPage.class). Is > there > > any way to capture the prior page and redirect them accordingly? > > > > Thanks, > > Tony > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
