<SNIP> On Thu, 17 Mar 2005 19:47:40 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 4:56 PM -0800 3/17/05, Dakota Jack wrote: > >I don't want to do much of anything in the action. Rather, I want the > >reading of the first form into FirstFormAction and the population of > >the second form handled by the framework which means that it has to be > >available to the Action. The best solution, I assume, would be to > >have an overloaded signature in the action execute(...) with > >(...ActionForm [] forms...) instead of (...ActionForm form....). > > OK, I'm confused now. How will the framework populate the second > form (this is the one intended to prepopulate fields on the > destination page?) Did you just mean that you wanted it > instantiated? Or are you looking for a more comprehensive service? </SNIP>
Instantiated, put into scope and delivered to the action, just like the first one. Further, if there are any fields which are the same between the two, to initialize those fields as well. Jack -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]