[symfony-users] Re: Redirect with AJAX

2009-10-09 Thread Gareth McCumskey
We had a similar issue, what you need to do is use javascript to redirect and "break out" of the ajax div as Deepak mentioned On Fri, Oct 9, 2009 at 10:55 AM, DEEPAK BHATIA wrote: > Try using window.location where XmlhttpRequest comes back. > > > On Fri, Oct 9, 2009 at 2:12 PM, HAUSa < > jeroen_h

[symfony-users] Re: Redirect with AJAX

2009-10-09 Thread DEEPAK BHATIA
Try using window.location where XmlhttpRequest comes back. On Fri, Oct 9, 2009 at 2:12 PM, HAUSa < jeroen_heeft_behoefte_aan_r...@hotmail.com> wrote: > > I submit my forms by use of a XmlHttpRequest. > Now, if the form is not valid, AJAX puts the error messages in my form > div. > But, when the f