Could you just put all of your completed ActionForms in a session-scoped collection, then loop through that collection when the user clicks "Finish"? This isn't a standard procedure, to my knowledge, but it would be the first approach I would take given similar requirements.
-- Jeff On 8/10/05, Leo Asanov <[EMAIL PROTECTED]> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]