[email protected] wrote:
From what I have read,  to set default view to TT, I have to declare

'default_view' => 'TT', in my myApp.pm file.


That's exactly right.

So you'll be saying:

__PACKAGE__->config( default_view => 'TT' );

in MyApp.pm

Cheers
t0m

_______________________________________________
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/

Reply via email to