Re: struts validator | validwhen rule not working

2006-03-16 Thread Niall Pemberton
validwhen is server side only. Niall On 3/16/06, Partha Pratim Dutta <[EMAIL PROTECTED]> wrote: > I am using struts validator framework for client side & server side > validations. I am facing issue with validwhen rule. Validator rules like > 'required', 'minlength', 'maxlength' are working fine.

struts validator | validwhen rule not working

2006-03-16 Thread Partha Pratim Dutta
I am using struts validator framework for client side & server side validations. I am facing issue with validwhen rule. Validator rules like 'required', 'minlength', 'maxlength' are working fine. The form has 2 fields 1. Radio button - 'currentMember'. This has values "yes" & "no".

Re: Struts Validator - ValidWhen

2004-10-21 Thread Niall Pemberton
l - Original Message - From: "Daniel Kalcevich" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 4:10 PM Subject: RE: Struts Validator - ValidWhen I have upgraded to 1.2.4 and the problem still ex

RE: Struts Validator - ValidWhen

2004-10-21 Thread Daniel Kalcevich
:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 6:33 PM To: Struts Users Mailing List Subject: Re: Struts Validator - ValidWhen Version 1.2.1 of Struts had problems and never made "ga" release quality - the only "ga" release for Struts 1.2 is Version 1.2.4 - some validwhen

Re: Struts Validator - ValidWhen

2004-10-20 Thread Niall Pemberton
Daniel Kalcevich" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 2004 8:10 PM Subject: Struts Validator - ValidWhen Hello, I have a form that contains two fields: id & lastName. The rule is that if I can only ente

Struts Validator - ValidWhen

2004-10-20 Thread Daniel Kalcevich
Hello, I have a form that contains two fields: id & lastName. The rule is that if I can only enter in one or the other, not both. I am trying to use the ValidWhen to perform this check. I have code similar to the following: