Re: [Catalyst] selectively using the wrapper

2009-09-16 Thread Ascii King
Bill Moseley wrote: In my mind the wrapper is a view issue, so I set the wrapper in the template not in the controller. I have a wrapper that is called for *every* page that is used to build the page. META is compile time, IIRC, so I use [% page.layout = 'foo' %] then in wrapper.tt

Re: [Catalyst] selectively using the wrapper

2009-09-16 Thread Bill Moseley
On Wed, Sep 16, 2009 at 9:11 AM, Ascii King t...@swattermatter.com wrote: Bill Moseley wrote: In my mind the wrapper is a view issue, so I set the wrapper in the template not in the controller. I have a wrapper that is called for *every* page that is used to build the page. META is

[Catalyst] selectively using the wrapper

2009-09-15 Thread Ascii King
I want to load a page, but not run it through the wrapper. Can I shut off the wrapper or specify different wrappers at different times? I have read the Catalyst::View::TT doc, but it doesn't mention this. ___ List: Catalyst@lists.scsys.co.uk