Agreed. I've had it on TODO for the past two weeks, but getting hammered at dayjob. Will try to do this week.
Regards, Charlie On 7/19/08, Matt S Trout <[EMAIL PROTECTED]> wrote: > On Thu, Jun 26, 2008 at 06:50:58PM -0400, Charles Bailey wrote: >> On Wed, Jun 25, 2008 at 4:57 PM, Marcus Ramberg <[EMAIL PROTECTED]> >> wrote: >> > >> > The feature to note here is 'go', which works like an internal >> > redispatch to >> > another action, while retaining the stash intact. Being able to do this >> > means that in practice you don't ever need to set the template name in >> > stash, but can depend on using go when you want to render the template >> > of >> > the other action, rather than the one you dispatched to. >> >> Would it make sense to include a function analogous to forward() (say, >> "visit()") in the same way that go() is analogous to detach()? Seems >> like it'd be a nice way to "wrap" an action that uses auto() or end() >> in its controller to handle tasks common to several actions there. > > Maybe. How about doing up a patch for catalyst-dev@ ? > > -- > Matt S Trout Need help with your Catalyst or DBIx::Class > project? > Technical Director > http://www.shadowcat.co.uk/catalyst/ > Shadowcat Systems Ltd. Want a managed development or deployment platform? > http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/ > > _______________________________________________ > 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/ > -- Regards, Charles Bailey Lists: bailey _dot_ charles _at_ gmail _dot_ com Other: bailey _at_ newman _dot_ upenn _dot_ edu _______________________________________________ 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/
