Hmm I understand where you are going, this involves putting logic in the forwarded action. May I conclude from your reaction that symfony has no core functionality for doing these kind of things?
On Mon, Dec 29, 2008 at 1:30 AM, Ant Cunningham <[email protected]>wrote: > > I could be wrong but i think you can use the Paramters and/or > Attributes parameter holders to store the info because all that stuff > is passed along when you use the forward method. I dont think its the > most elegant way but it might work. > > On Dec 28, 4:23 pm, Ruben <[email protected]> wrote: > > Hi all, > > > > I noticed two ways for dispatching a request to another controller/ > > action, forward and redirect. > > > > Is there a way to incorporate another action and capture the output of > > this action for further processing without delegating the > > responsibility for handling the request fully to the other action. > > Similar to the include method in the Java Servlet world. > > > > Kind regards, > > Ruben > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
