Re: Redirect to the HomePage on newSession

2013-02-18 Thread Paul Bors
request) { return new UrlInfo(null, getContext().getHomePageClass(), newPageParameters()); } } Thank you all for your efforts -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-the-HomePage-on-newSession-tp4656365p4656395.html Sent

Re: Redirect to the HomePage on newSession

2013-02-15 Thread Stefan Renz
continueToOriginalDestination()? Instead, it could setResponsePage( Application.get().getHomePage() ) after successful authentication. I think that should achieve what you want. Bye Stefan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-the-HomePage-on-newSession

Re: Redirect to the HomePage on newSession

2013-02-15 Thread vov
Hi Stefan, It's a good solution but I have external authentication system and only thing that I know - is creation of the new session:( -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-the-HomePage-on-newSession-tp4656365p4656384.html Sent from

Redirect to the HomePage on newSession

2013-02-14 Thread vov
//PageProvider(getHomePage(; // do not work } The main idea is always show HomePage when user logged in to the application and not take into account the URL which was printed to the address line -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-the-HomePage

Re: Redirect to the HomePage on newSession

2013-02-14 Thread Andrea Del Bene
this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-the-HomePage-on-newSession-tp4656365.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Redirect to the HomePage on newSession

2013-02-14 Thread vov
PageProvider(Application.get().getHomePage())); } } }; } Does anybody know better solution? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-to-the-HomePage-on-newSession-tp4656365p4656382.html Sent from the Users forum mailing list archive