Its an external app on the same web-server..I think RestartResponseException would work if the "/login" lies in the same application-context..right ?
Jonathan Locke wrote: > > > btw, if Host is your local host (same web app), you probably want to throw > a RestartResponseException instead of redirecting. will save you a round > trip. > > jon > > > mfs wrote: >> >> Guys, >> >> I am using RedirectPage class to redirect to an external url, and >> strangely it just gets stuck in an endless loop..any idea as to what the >> problem could be ? >> >> i.e. >> new RedirectPage(Host.getHttpsUrl() + "/login") >> >> Thanks in advance.. >> >> >> > > -- View this message in context: http://www.nabble.com/RedirectPage---gets-stuck-in-an-endless-loop-tp16908835p16918169.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]
