Hi all

I have a mapped property on a form which should be populated with integers.
How can I validate the values with validator ?

Form:
String getMyProperty(String key);
void setMyProperty(String key, String value);

the html source code looks like this:
<input type="text" name="myProperty(0)">
<input type="text" name="myProperty(1)">
...

The index comes from a property of the bean I iterate to generate the input
fields.

Thanks for your help.
I didn't find the answer in Struts Validation Guide :(




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to