in reply to Re: Template::Toolkit and foreign classes ?
in thread Template::Toolkit and foreign classes ?
hmm, thinking....i now wonder that i have to do it other way...or something like that I cant figure out what is the right approach to my problem..plugin error - My::Blahcreate needs a hashref at /usr/lib/perl5/vendor +_perl/5.8.2/i686-linux/Template/Plugins.pm line 119
my $model = $class->retrieve_all(); $view->variables(data => $model, id => $Request->Params('id') ); $view->variables(list_columns => [ $class->cols('list') ] );
doesnt seem to do it. Do I do something very stupid here or this is just my feeling :")|<? FOR name = data.cols('list')?> <?name ?> <?END?>|
|
|---|