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 -~----------~----~----~----~------~----~------~--~---
