Hi Julien - On Fri, 01 Jan 2010 14:26 -0800, "Julien Sobrier" <[email protected]> wrote:
> Hello, I'm try to do a forward to a path rather than a controller. For > example, if I get the url /foo/my/path, I want to redirect it to > /my/path which belongs to a different controller. In general you should be able to forward() to a path, not sure what is going on in your case without seeing the error message. But forwarding to a path can get confused if that path is handled by a default action, if that is the case then this might help: http://dev.catalyst.perl.org/wiki/wikicookbook/safedispatchusingpath HTH, Larry _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
