Hi all, 
  
Is there any standard ways to manage multiple instances of one form with
Struts? Say,I have application 
which is supposed to take theorerically unlimited number of person's
descriptions. Every time user 
clicks "add one more person" he/she gets exactly the same form (with the
same validation rules) to fill. He should be able to save individual details
and validate it seperately.So lets say there is a 'save' button which will
help us save individual details in session and a delete button which will
help us delete the saved details from session.At the end user clicks
"finish" and all saved data from session along with some common information
is to be handled for further processing. Is there any mechanism in Struts
supporting multiple instances. 
Any hints/ideas on achieving this? 
  
Thanks 
-- 
View this message in context: 
http://www.nabble.com/Struts-Question---multiple-instances-of-an-actionForm-tf3396668.html#a9456868
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to