[Catalyst] Re: forwarding to chained actions
Matthieu Codron
matthieu at codron.org
Tue Apr 24 19:16:18 GMT 2007
>
> I've already found *my* proper way. None of the alleged problems apply
> to my application.
>
> That said I would like to repeat my question:
>
> Is there a way to forward to (the end point of) a chained action
> and run
> the whole action chain again?
Catalyst::Plugin::Subrequest does a full dispatch, if I remember
correctly. You can thus use full URLs, i.e. chains. You'll have to
manually retrieve the response and submit it to the browser.
--
Matthieu Codron
matthieu at codron.org
More information about the Catalyst
mailing list