Re: [MVC] Pull C->V

2002-10-31 Thread Joe Germuska
At 12:16 PM -0600 2002/10/31, Jacob Hookom wrote: I was wondering if there was a way to pull action forwards into the current action much like filter chaining. Sounds kind of like "Struts Action Plug-in Extension 1.0 (for Struts 1.1b) by ASQ dot COM. Provides a clean and transparent way to plug

[MVC] Pull C->V

2002-10-31 Thread Jacob Hookom
I was wondering if there was a way to pull action forwards into the current action much like filter chaining. The execute method would access a bunch of data from the model, then use it within the pulled Action, then close/free up the used Objects. This would require the ability to also send u