I can...as otherwise in that case...this shouldnt work too..which is RequestCycle.get().setRequestTarget(new RedirectRequestTarget(loginURL))
Jonathan Locke wrote: > > > can you go to this login url in a browser at all or does that cause the > loop too? > > (maybe urls that should be going to the other application are being > handled by wicket?) > > > mfs wrote: >> >> Eventually its throws StackOverFlow exception... >> >> Jonathan Locke wrote: >>> >>> >>> some kind of exception being thrown maybe? >>> >>> try debugging it. it's an interesting and educational trip through >>> wicket internals anyway. >>> >>> if you still can't figure it and you think it's not your problem, boil >>> it down to a quickstart example and attach the example to a JIRA bug and >>> someone will take a look at it. >>> >>> 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-tp16908835p16927460.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]
