Hi,
I have a Order form that contains an Order object. One of the properties
of the order object is an array called "packages". Each package has a
height, weight and length.
In the jsp, we create as many rows as there are packages in the order
and the customer can define the dimensions of each package.
I would like to validate the values entered for each of the
packages..how would i do this in javascript? Basically, is there a way
to get a handle on each of the packages in javascript and loop through
them to check their types?
We are using the commons validator for the rest of the validation. not
sure if i can use that for this purpose.
Thanks,
-Riz.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]