Hi! On Mon, Sep 28, 2009 at 07:43:48AM +0200, Jens Schwarz wrote: > I am working on a Catalyst application where most of the actions should use a > wrapper template as mentioned in [1]. Now I have some few actions that should > explicit NOT use the wrapper. > > Any hints on how to accomplish this?
Define a different View and forward to it in those actions that need the other wrapper? -- #!/usr/bin/perl http://domm.plix.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/} _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
