Hi Juergen, This scenario should work just fine. Wicket returns <redirect>./some/relative/url</redirect> in the Ajax response and uses window.location=url to do the "redirect" Please try with 1.5.5 and create a ticket with a quickstart if it still fails for you.
On Thu, Apr 26, 2012 at 12:05 PM, Jürgen Lind <[email protected]> wrote: > Hi, > > I have difficulties in using the setResponsePage in ajax call as Wicket > seems to direct the > call to a relative URL. As a result, the request is made to the root context > an that gives me > a 404. > > The scenario is as follows: I have a login form and would like to provide > user feedback on > submission errors as ajax responses. Upon success, the user should be > redirected to a new > page. > > I have already found a thread on a similar issue and there it said, that > this was fixed in 1.4.7. > As I am using 1.5.3 this should presumably work. Am I doing something wrong > here? > > Cheers, > > Jürgen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
