RE: Annoying Validation issue

2003-12-25 Thread Andrew Hill
, 26 December 2003 14:15 To: [EMAIL PROTECTED] Subject: Annoying Validation issue I am passing in an object my JSP page needs in with request scope. Works fine. I'm also using the Validator, which also, individually, works fine. They however, fight with eachother. Here's how: When y

Annoying Validation issue

2003-12-25 Thread Joe Hertz
I am passing in an object my JSP page needs in with request scope. Works fine. I'm also using the Validator, which also, individually, works fine. They however, fight with eachother. Here's how: When you use the validator and put a depends=required on a form's select box, the check isn't caught