2008/5/9 Kieren Diment <[EMAIL PROTECTED]>:
>
> 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?And if in doubt, just use some warn statements or $c->log->debug calls in your view class, along with Data::Dumper, to see what is being passed to the template. _______________________________________________ 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/
