RE: newbie question on indexed properties and validation

2006-06-23 Thread Givler, Eric
properties and validation Importance: High You can do this: http://www.niallp.pwp.blueyonder.co.uk/strutsvalidatorextends.html Niall On 6/15/06, Givler, Eric <[EMAIL PROTECTED]> wrote: > I was following this article (MS Powerpoint presentation by James Turner) >

Re: newbie question on indexed properties and validation

2006-06-22 Thread Niall Pemberton
You can do this: http://www.niallp.pwp.blueyonder.co.uk/strutsvalidatorextends.html Niall On 6/15/06, Givler, Eric <[EMAIL PROTECTED]> wrote: I was following this article (MS Powerpoint presentation by James Turner) here: http://www.strutskickstart.com/IndexedPropertiesandValidation.ppt When,

RE: newbie question on indexed properties and validation

2006-06-16 Thread Givler, Eric
lto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 8:32 AM To: Struts Users Mailing List Subject: RE: newbie question on indexed properties and validation I can provide a zip of the workspace I was doing for this if that would help. I just can't seem to get the multiple errors. Can th

RE: newbie question on indexed properties and validation

2006-06-16 Thread Givler, Eric
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 9:44 AM To: Struts Users Mailing List Subject: newbie question on indexed properties and validation I was following this article (MS Powerpoint presentation by James Turner) here: http://www.strutskickstart.com/IndexedPropertiesandValidati

newbie question on indexed properties and validation

2006-06-15 Thread Givler, Eric
I was following this article (MS Powerpoint presentation by James Turner) here: http://www.strutskickstart.com/IndexedPropertiesandValidation.ppt When, I tried to cobble this all into a working example, if I left out multiple values (in a four record grid), I'd get one struts validation error bac

Re: indexed properties and validation

2005-11-16 Thread Mario_Hernandez
No one?? [EMAIL PROTECTED] 11/15/2005 04:15 PM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject indexed properties and validation I've got a form with an indexed propety contained in an array list, with values such as ssn. It ha

indexed properties and validation

2005-11-15 Thread Mario_Hernandez
I've got a form with an indexed propety contained in an array list, with values such as ssn. It has four accessor methods List getDependents() DependentForm getDependent(int i) void setDependents(List l) void setDependent(int i, DependentForm form) The validator makes an ActionError with a key of