[Catalyst] Problems forwarding to view

Brian Cassidy brian.cassidy at nald.ca
Thu Aug 2 12:29:24 GMT 2007


Adeola Awoyemi wrote:
> # from MyApp::Controller::Root
> sub end : Private {
>     my ( $c, $self ) = @_;
>     $c->forward( $c->view('XSLT') );
> }

try:

my( $self, $c ) = @_;

-Brian



More information about the Catalyst mailing list