Re: Validation of indexed properties

2010-02-26 Thread hugh111111
invalid property when i have a ArrayList in the >> in the >> > >> Any idea? >> Thanks and your help is appreciated. >> Silpa >> >> hugh11 wrote: >>> >>> I've got a problem relating to the validation of indexed properties in >>> St

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

Re: Validation of indexed properties

2010-02-25 Thread Cielpa
Hey, I have a similar problem with DynaValidatorActionForm. It says that invalid property when i have a ArrayList in the in the > 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 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(Un

Re: JavaScript Validation of Indexed Properties

2004-09-11 Thread Terry Roe
Niall, Thank you very much for your response. I'd seen many people asking this question, but no definitive answers. I appreciate your help, very much. TR Niall Pemberton wrote: No Struts does not do javascript validation of indexed properties. The createDynamicJavascript() meth

Re: JavaScript Validation of Indexed Properties

2004-09-11 Thread Niall Pemberton
No Struts does not do javascript validation of indexed properties. The createDynamicJavascript() method in JavascriptValidatorTag has the following code: // Skip indexed fields for now until there is a good way to handle // error messages (and the length of the list (could retrieve from

JavaScript Validation of Indexed Properties

2004-09-10 Thread Terry Roe
I guess my last post was too lengthy for anyone to read and respond to. Trying again... Does Struts JavaScript validation work with indexed properties? If so, a pointer to an example would be appreciated. If not, confirmation that it's not supported would be appreciated. TR