[Catalyst] redirect and ajax
Eden Cardim
edencardim at gmail.com
Mon Mar 21 10:33:20 GMT 2011
>>>>> "piccard" == piccard <piccard at web.de> writes:
piccard> yes, thank u, this was my emergency-solution. I just
piccard> thought it could also be done by the server, more elegantly
piccard> ;-)
Redirections are always implemented by the client, all the server does
is set a header. If the redirection isn't happening, your JS client
isn't respecting the header. So yes, you need to write code on the
client-side that does the redirection for you.
--
Eden Cardim
Software Engineer
Shadowcat Systems Ltd.
http://www.shadowcat.co.uk
http://blog.edencardim.com
More information about the Catalyst
mailing list