Jonathon Wallen
Is there any way I can use the redirector action helper in an ajax
context?
My problem is I'm using persistent ajax in my application and, on
occasion, need to redirect from one action to another.
When I do this I lose ajax context and the layout is returned. So far
I'm getting around this by using _forward or, in some cases, disabling
layout.
Both of these solutions introduce their own issues which in turn need
to be resolved, so if I could find a way of redirecting and keeping the
same request headers it would be nice.
