Hi!

Is there any standard ways to manage multiple
instances of one form with Struts? 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. At
the end user clicks "finish" and all data is saved.
I'm sure this is quite common task. So far I can't see
any mechanism in Struts supporting multiple instances.
And if I manage instances manually in Action class I
loose some built-in functionality, like forms
prepopulation. Any hints/ideas?

Cheers,
Leo


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

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

Reply via email to