RE : Nested form and value object conversion

2002-10-15 Thread Roy . Stephan
PROTECTED]] Envoyé : lundi 14 octobre 2002 20:36 À : [EMAIL PROTECTED] Objet : Re: Nested form and value object conversion Here's how it's most commonly done (by me :-). Say you're dealing with a person table: Person (value bean) String getFirstName() setFirstName(String) GetPersonFormAction

Nested form and value object conversion

2002-10-14 Thread [EMAIL PROTECTED]
Does anyone had experience using nested form when populated from value object? Suppose I want to show a list of object and have one text field or checkbox for each row. These two properties of the form map to two properties of the value objects. In order to do this, I need to iterate in each

Re: Nested form and value object conversion

2002-10-14 Thread David Graham
: Nested form and value object conversion Date: Mon, 14 Oct 2002 20:08:07 -0400 Does anyone had experience using nested form when populated from value object? Suppose I want to show a list of object and have one text field or checkbox for each row. These two properties of the form map to two properties