Just like the RestartResponseAtInterceptPageExcpetion that will create a new session or bind an already existing session, that might be ok, but you mentioned "Is there a way to remember the last page i visited after i lose the session". Which conflicts with your example where you keep the existing session and add a user object of some sort. If the intercept pages are not sufficient for you then maybe you could give us a more detailed explanation of your app and what it should do. For instance do you use stateless pages, do you use a subclass of WebSession, etc.
Maurice On Thu, Feb 28, 2008 at 11:56 AM, Vitaly Tsaplin <[EMAIL PROTECTED]> wrote: > You can probably look at this > http://cwiki.apache.org/WICKET/using-intercept-pages.html > > > > On Thu, Feb 28, 2008 at 11:51 AM, freak182 <[EMAIL PROTECTED]> wrote: > > > > Hello, > > Is there a way to remember the last page i visited after i lose the > session. > > What i mean that for example if im going to checkout but i forgot to login > > first, When i click checkout button, it will redirect me to the login page > > first then when authenticated it will go directly to checkout page. Any > > codes will help :) > > > > Thanks a lot. > > > > Cheers. > > -- > > View this message in context: > http://www.nabble.com/remember-last-visited-page-tp15733923p15733923.html > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
