ok, I defaulted to type='http' as you did but I allowed a type='auto' as well.
On Wednesday, 8 August 2012 10:30:06 UTC-5, Anthony wrote: > > On Wednesday, August 8, 2012 11:05:42 AM UTC-4, Massimo Di Pierro wrote: >> >> In trunk, with a minor change that makes the type parameter optional and >> auto-detects ajax. >> > > I don't think it should auto-detect ajax and automatically do a > client-side full-page redirect in that case. Note, you don't necessarily > want a full page redirect with all Ajax requests (when an Ajax component > redirects, for example, you typically want the redirect response to load in > the component, not the full page). This is just supposed to be an option > for those subset of cases where you do need a full-page redirect from an > Ajax response. > > Anthony > --