Re: redirectToInterceptPage,continueToOriginalDestination and cookies

2013-11-03 Thread Martin Grigorov
Hi, Please create a quickstart application and attach it to a ticket in Jira. We should improve this. On Fri, Nov 1, 2013 at 1:11 PM, wen zhang wrote: > Hi, > In the JavaDoc of Component.html#redirectToInterceptPage, it says > "Redirects > browser to an intermediate page such as a sign-in page

Re: redirectToInterceptPage,continueToOriginalDestination and cookies

2013-11-03 Thread Serban.Balamaci
E", builder.toString()); super.respond(requestCycle); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/redirectToInterceptPage-continueToOriginalDestination-and-cookies-tp4662074p4662085.html Sent from the Users forum mailing list archive at Nabble.com. ---

redirectToInterceptPage,continueToOriginalDestination and cookies

2013-11-01 Thread wen zhang
Hi, In the JavaDoc of Component.html#redirectToInterceptPage, it says "Redirects browser to an intermediate page such as a sign-in page. ". In my sign-in page, I want to store cookies for implementing 'remember me'. And I also want to use continueToOriginalDestination to return to the previous pag