RE: Validating objects in Collections

2008-07-01 Thread Asleson, Ryan
ROTECTED] Sent: Tuesday, July 01, 2008 11:43 AM To: Struts Users Mailing List Subject: Re: Validating objects in Collections You can put the validation on Person's firstName() method. On Tue, Jul 1, 2008 at 12:39 PM, Asleson, Ryan <[EMAIL PROTECTED]> wrote: > > Hello, > > I

Re: Validating objects in Collections

2008-07-01 Thread Jim Kiley
You can put the validation on Person's firstName() method. On Tue, Jul 1, 2008 at 12:39 PM, Asleson, Ryan <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm using Struts 2.0.11. > > I have an HTML table. Each row in the table represents a Person object. > Each column in the table has an input box for

Validating objects in Collections

2008-07-01 Thread Asleson, Ryan
Hello, I'm using Struts 2.0.11. I have an HTML table. Each row in the table represents a Person object. Each column in the table has an input box for properties about the person, such as firstName, lastName, etc. My Action has a Persons property that is a List. Each input box in the HTM