help with requiredIf validation

2003-10-10 Thread Mick Knutson
I have the following requiredIf that does not seem to actually work: minlength 2 maxlength 32

RE: Help with requiredif validation

2003-06-11 Thread Suresh Babu
Try this > -- > From: Brian McSweeney[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 9:36 PM > To: Struts Users Mailing List > Subject: Help with requiredif validation > > Hi a

Help with requiredif validation

2003-06-11 Thread Brian McSweeney
Hi all, I'd like to use requiredif to validate some fields as follows: on my jsp I have a checkbox, eg "supplier", if this checkbox is checked, then I want another field, eg "name" to be required. I've tried to set this up in my validation.xml file as follows: