Re: Best practices using value objects

2002-10-14 Thread David Graham
You can use BeanUtils.copyProperties to copy properties between forms and value beans. Dynamic forms have nothing to do with this. Your form could be dynamic or static. I would only add properties to the value bean if it ends up in the database. Also, it's best practice to not use Vector.

RE: Best practices using value objects

2002-10-14 Thread [EMAIL PROTECTED]
]] Envoyé : 14 octobre, 2002 14:32 À : [EMAIL PROTECTED] Objet : Re: Best practices using value objects You can use BeanUtils.copyProperties to copy properties between forms and value beans. Dynamic forms have nothing to do with this. Your form could be dynamic or static. I would only add properties

RE: Best practices using value objects

2002-10-14 Thread David Graham
/building_controller.html Dave From: [EMAIL PROTECTED] [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Best practices using value objects Date: Mon, 14 Oct 2002 17:50:15 -0400 Thanks but I still does not understand what to do with the attributes

RE: Best practices using value objects

2002-10-14 Thread sroy
. It is just two attributes in a form mapping two attributes of my child value objects. I will think about this a little more. Stephan -Message d'origine- De : David Graham [mailto:[EMAIL PROTECTED]] Envoyé : 14 octobre, 2002 17:46 À : [EMAIL PROTECTED] Objet : RE: Best practices using value objects

[OT] RE: Best practices using value objects

2002-10-14 Thread David Graham
us know if you need more info. Dave From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Best practices using value objects Date: Mon, 14 Oct 2002 18:14:19 -0400 I want to modify every student, not for every