Re: Wicket 1.5-m1 - Redirect from AJAX doesn't work.

2010-09-15 Thread monzonj
Done https://issues.apache.org/jira/browse/WICKET-3048 > Can you file an JIRA issue please? > > > Am 15.09.2010 um 13:26 schrieb monzonj: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-m1-Redirect-from-AJAX-doesn-t-work-tp2540344p2540384.html Sent from

Re: Wicket 1.5-m1 - Redirect from AJAX doesn't work.

2010-09-15 Thread Peter Ertl
Can you file an JIRA issue please? Am 15.09.2010 um 13:26 schrieb monzonj: > > Hi, > > I would like to point out that I've tried with Wicket 1.4.10 and it works > fine. So, it's a bug on Wicket 1.5 > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-m

Re: Wicket 1.5-m1 - Redirect from AJAX doesn't work.

2010-09-15 Thread monzonj
Hi, I would like to point out that I've tried with Wicket 1.4.10 and it works fine. So, it's a bug on Wicket 1.5 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-m1-Redirect-from-AJAX-doesn-t-work-tp2540344p2540352.html Sent from the Users forum mailing lis

Wicket 1.5-m1 - Redirect from AJAX doesn't work.

2010-09-15 Thread monzonj
Hi. I've I have understood correctly, it is possible to redirect to a new page during an AJAX request (this is not trivial to do with an standard XHMLHttpRequest, but Wicket seems to have found a way). The thing is that it doesn't work for Wicket 1.5. Let me illustrate the case with a working exam