Re: Validation of indexed properties

2010-02-26 Thread hugh111111
Sorry Cielpa, my mistake. Turns out there is such a thing as a DynaValidatorActionForm. Shows how much I know. Hugh hugh11 wrote: > > Hi Cielpa, > > 'Invalid property' would suggest that your form does not contain the > property searchList. It is difficult

Re: Validation of indexed properties

2010-02-26 Thread hugh111111
gt; > Any idea? > Thanks and your help is appreciated. > Silpa > > hugh11 wrote: >> >> I've got a problem relating to the validation of indexed properties in >> Struts 1.1 >> I get the following error message when I try to a

Validation of indexed properties

2010-02-07 Thread hugh111111
I've got a problem relating to the validation of indexed properties in Struts 1.1 I get the following error message when I try to access an ArrayList of students in my DynaValidatorForm root cause java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 java.util.ArrayList.RangeCheck(Unknown Sour