Paul, Just make sure all the fields you want for all the forms are in a single ActionForm, then use hidden fields that refer to the properties of that action form.
> -----Original Message----- > From: Folbrecht, Paul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 11:13 AM > To: Struts Users Mailing List (E-mail) > Subject: feed-forward data > > > Sorry for the basic question, but I need an answer to this in > a hurry and > have not had luck searching the archives. All I need to know > is: what is > the best, simplest mechanism to handle standard "feed-forward" data in > struts? I.e., you have a multi-part form, and the data from > the first must > be stored (probably in hidden fields) in subsequent forms so it's all > available in the post from the last page (form). Of course I > do not want to > store it in the session. I should be able to simple use > form:hidden tags on > the 2nd and subsequent pages, right? But how do I populate > them from the > incoming request? Thanks!! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

