Yes, I am talking about one form per request situation. I don't really see how I can use it as it is. ActionForm object will be overriden with the latest one and all previous data will be lost.
Ideally I would prefer to have all data stored in the session automatically and only when user clicks "finish" I would take all ActionForm objects from the session and save them into database. Without multiple instances of one form it can easily be done. Cheers, Leo > If you just want to have your 'add one more person' > button display a page > with a form to enter that person's details (i.e. > multiple instances of the > same form being used one per request) you don't need > to do anything special > besides make sure your form bean implements reset() > appropriately. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]