[Catalyst] View::TT render_output disappeared?

Tomas Doran bobtfish at bobtfish.net
Tue Dec 1 14:20:21 GMT 2009


Emmanuel Quevillon wrote:
> I'd like to render output of some template inside my catalyst
> application. I remembered that it did exist a method called
> 'render_output' that allow edit. However in Catalyst::View::TT this
> method seems to have disappeared.

Nope, you're just thinking of the render method I think

> I can use 'render' from this module but it calls the wrapper I
> configured in my App::View::TT.
> Does anyone know how to render a small piece of template with args
> without calling the wrapper to surround the output?

Try something like this?

http://dev.catalyst.perl.org/wiki/gettingstarted/howtos/disabling_a_tt_wrapper_for_ajax_requests

Cheers
t0m



More information about the Catalyst mailing list