Posted By:
Prasad_MK
Posted On:
Friday, July 11, 2003 03:33 PM
I am validating an input field using struts validator plug-in.
I have to validate maxlength and minlength for that field.
These fields are configurable (variable) so we wont be able to hard code those.
I have these max and min values in a variable (String maxLength) in the Bean.
Is there any way for us to get the bean maxLength value inside our "var" element of validator?
Thanks,
Prasad.