RE: Struts validator woes : maxLength minLength

2005-02-21 Thread Shah, Akshay
ions. You are pairing maxlength with arg1 in the example posted. Also, I think the var-name needs to be "maxlength", not "maxLength". Erik Shah, Akshay wrote: >Hii All, > >I am using Struts 1.1, DynaValidatorForm. >The required validation is working fine. >The

Struts validator woes : maxLength minLength

2005-02-19 Thread Shah, Akshay
Hii All, I am using Struts 1.1, DynaValidatorForm. The required validation is working fine. The minlength and maxlength validations are not working for me. ie, wutever be the case they always throw the error. and I am completely clueless as to why is this happening. Any thoughts Any thoughts? Re