Mailing List Archive

[Fwd: Catalyst::View::TT thoughts]
Hey guys.

Edward had some thought about legofying the TT view further. I think it
might be a good idea, what do you think?

Marcus
-------------- next part --------------
An embedded message was scrubbed...
From: Edmund von der Burg <evdb@ecclestoad.co.uk>
Subject: Catalyst::View::TT thoughts
Date: Thu, 26 May 2005 15:56:02 +0100
Size: 3047
Url: http://lists.rawmode.org/pipermail/catalyst-dev/attachments/20050526/2e56b6a4/TTthoughts.mht
-------------- next part --------------
A non-text attachment was scrubbed...
Name: marcus.vcf
Type: text/x-vcard
Size: 282 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst-dev/attachments/20050526/2e56b6a4/marcus.vcf
[Fwd: Catalyst::View::TT thoughts] [ In reply to ]
Am 26.05.2005 um 22:00 schrieb Marcus Ramberg:
> Edward had some thought about legofying the TT view further. I
> think it might be a good idea, what do you think?

What about a subrequest like plugin that saves output and stash->
{template}?

use Catalyst qw/Render/;

my $output = $c->render(qw/MyApp::V::TT some_template/);

--
sebastian