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 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
