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 --