r.MIN_VALUE;
> }
>
> @Override
> protected UrlInfo parseRequest(Request request)
> {
> return new UrlInfo(null, getContext().getHomePageClass(),
> newPageParameters());
> }
> }
>
> Thank you all for your efforts
>
>
>
> --
&g
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
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
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
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
//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