Hi,
Please tell me how can I find the list of reserved words that cannot be used
as names for views, controllers, models, $c->stash elements...
For example I have seen that the name of the application is also found in
$c->stash->{name}. $c->stash->{template} is also special.
I have also tried to create a view with the name "Show", and I have received
the following error in the browser:
Caught exception in TranzactiiBursiere::View::Show->process
"TranzactiiBursiere::View::Show directly inherits from Catalyst::View. You
need to
inherit from a subclass like Catalyst::View::TT instead.
If I changed the name of that view to "Html", it worked fine, with no
errors...
Thank you.
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/