[Catalyst] Catalyst::Plugin::SubRequest

Bill Moseley moseley at hank.org
Thu Nov 24 17:21:02 CET 2005


On Thu, Nov 24, 2005 at 04:08:18PM +0000, Will Hawes wrote:
> I'm confused about the SubRequest plugin. In the synopsis, it says you 
> call it like this:
> 
> $c->subreq('/foo');
> 
> But that currently just gives me a blank screen. The only way I've been 
> able to get it working is
> 
> $c->res->output( $c->subreq('/foo') );

That's correct.

I wish I had more time to help with documentation, because, at least
for me, some of the docs are too brief and seem to assume the reader is
thinking like the author.

-- 
Bill Moseley
moseley at hank.org




More information about the Catalyst mailing list