[Catalyst] redirect() with parameters

Kieren Diment diment at gmail.com
Mon May 1 14:39:35 CEST 2006


> No, because that's going to destroy your ability to deploy to anything
> other
> than /. Do it properly -
>
> $c->response->redirect($c->uri_for("/action", $params), $status);
>
> and the convenience is already there.



or throw things in $c->flash if using a session and maintain data between
requests that way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060501/1f5c6c2f/attachment.htm 


More information about the Catalyst mailing list