On 10 May 2008, at 00:01, Chris Devine wrote:

TIA for any insight. I am new to Catalyst, using ver. 5.7012. I am working
through JR's examples as well trying to modify them. I found a strange
problem (to me) that I couldn't find any solution for by searching.

Loosely based on Addressbook, it seems that the variable Catalyst in
index.tt2 is not defined. I first noticed this by Catalyst.uri_for ('/login')
returning ''.

Does anyone have any pointers on debugging this?



Catalyst::View::TT uses c.stash.whatever in templates, while Catalyst::View::TTSite uses Catalyst.stash.whatever

_______________________________________________
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