Re: Redirect to the HomePage on newSession

2013-02-18 Thread Paul Bors
r.MIN_VALUE; > } > > @Override > protected UrlInfo parseRequest(Request request) > { > return new UrlInfo(null, getContext().getHomePageClass(), > newPageParameters()); > } > } > > Thank you all for your efforts > > > > -- &g

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 fro

Re: Redirect to the HomePage on newSession

2013-02-15 Thread Stefan Renz
w about having a LoginPage/Panel that doesn't 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 conte

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 at

Re: Redirect to the HomePage on newSession

2013-02-14 Thread Andrea Del Bene
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

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