[Catalyst] Catalyst 5.50 RC1

Viljo Marrandi viljo at marrandi.ee
Wed Oct 12 15:09:31 CEST 2005


Eh, that happens when you don't read mail before hitting send.

$c->forward('/channels/list', [ qw/test/ ]);

works just fine, but

$c->forward('/channels/list/test');

doesn't.

Rgds,
Viljo

Viljo Marrandi wrote:

> Hello,
>
> Just reporting, that old apps seemed to work fine, but using
>
>    $c->forward('/channels/list', [ qw/test/ ]);
> instead of
>    $c->forward('/channels/list/test');
>
> didn't work for me. I got error: "Couldn't forward to command "test". 
> Invalid action or component."
>
> Rgds,
> Viljo





More information about the Catalyst mailing list