Re: Struts validator woes : maxLength minLength

2005-02-22 Thread Erik Weber
couldnt find any info on this behaviour. Regards, Akshay -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 8:23 PM To: Struts Users Mailing List Subject: Re: Struts validator woes : maxLength minLength A little-publicized feature (ahem) of Struts 1.1

RE: Struts validator woes : maxLength minLength

2005-02-21 Thread Shah, Akshay
d. Now i am more confused than earlier? :( any thoughts on thisand I couldnt find any info on this behaviour. Regards, Akshay -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 8:23 PM To: Struts Users Mailing List Subject: Re: Struts

Re: Struts validator woes : maxLength minLength

2005-02-19 Thread Erik Weber
A little-publicized feature (ahem) of Struts 1.1 Validator is that arg1 has to be paired with minlength and arg2 has to be paired with maxlength, as I understand it (last I remember this was true). I don't know if this has been changed in more recent versions. You are pairing maxlength with arg

Re: Struts validator woes : maxLength minLength

2005-02-19 Thread Niall Pemberton
Try changing your 's to all lower case maxlength Niall - Original Message - From: "Shah, Akshay" <[EMAIL PROTECTED]> To: Sent: Saturday, February 19, 2005 12:07 PM Subject: Struts validator woes : maxLength minLength > Hii All, > > I am using Struts 1.1, DynaValidatorForm. > The requi