I have a Template toolkit working and and a PHP view working.  I would
like to be able to use the template toolkit then pass to PHP or vise
versa.  It was suggested that this could be done on irc, I have made
some attempts at this with no luck.  I simply tried to forward on to
the two views but of course as soon as I forward to one thats it. I
tried to use the render and/or process instead of a forward but
without any luck.

$c->stash->{template}="template.with.php.tt"
$c->forward("TToolkit::View");
$c->forward("PHP::View");

If anyone has a better understanding of what catalyst does in the view
layer and might know how to solve this would be appreciated.




Thanks

Mojo


_______________________________________________
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