Specify the property in your form which returns the list of addresses using the "indexedListProperty" element in your validation.xml - "property" is then the property of a bean in that list. Something like:
<form name="Customer"> <field property="city" indexedListProperty="addressList" depends="required"> ... </field> <field property="state" indexedListProperty="addressList" depends="required"> ... </field> </form> Niall On 2/8/07, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote:
Hi, I am trying to validate a form which has an arraylist of Address objects. I would like some pointers on this or any references etc. Harsh.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]