On 15 Mar 2007, at 17:01, rahed wrote:

[% c.config.name %] in the template, nothing is shown.

I think this needs to be:

[% Catalyst.config.name %]



I call template like this:

$c->stash->{template}->'books/view.tt2';

And this needs to be:

  $c->stash->{template} =  'books/view.tt2';

HTH,

Adeola.


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

Reply via email to