[Catalyst] Strange RenderView error
Tomas Doran
bobtfish at bobtfish.net
Sun May 24 13:25:21 GMT 2009
Ivan Wills wrote:
> I have finally worked out what was causing me the problem, if I take
> away the :Arg(0) from the sub definition the error goes away.
>
> Does any one know what :Arg(0) is doing that might be causing this?
Erm, which subroutine definition?
I just generated a TestApp, and changed 'sub index : Args(0)' to 'sub
index : Arg(0)' and it works fine.
Can you show us the code for a controller I can add to a TestApp which
breaks it or something?
Cheers
t0m
More information about the Catalyst
mailing list