RE: Validation with validwhen

2006-06-02 Thread Samere, Adam J
e 02, 2006 10:08 AM To: user@struts.apache.org Subject: Validation with validwhen Hi all. Simple question. Does "validwhen" works client side? Regards -- Cassio Santos Pereira - To unsubscribe, e-mail: [EMAIL PROTE

Validation with validwhen

2006-06-02 Thread Cassio Pereira
Hi all. Simple question. Does "validwhen" works client side? Regards -- Cassio Santos Pereira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: validation with validwhen

2006-05-26 Thread fea jabi
[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: validation with validwhen Date: Fri, 26 May 2006 11:56:35 -0500 "and getting the error when used double." Could you explain that? Like what exactly do you input when

RE: validation with validwhen

2006-05-26 Thread Chaudhary, Harsh
, 2006 11:51 AM To: user@struts.apache.org Subject: RE: validation with validwhen no, it's not a dumb question. But yah, I do have the key right!! and getting the error when used double. Using 1.2.7 version of struts. Actually I did try >(*this* > 0) too but, this didn't wo

RE: validation with validwhen

2006-05-26 Thread fea jabi
o: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: validation with validwhen Date: Fri, 26 May 2006 10:20:01 -0500 Fea, What version of struts are you using? Dumb question, but are you sure the key "lbl.notvalidnumber" is spelled right in you

RE: validation with validwhen

2006-05-26 Thread Chaudhary, Harsh
To: Struts Users Mailing List Subject: RE: validation with validwhen and also make sure it's value is greater than Zero. Do you need >= or > than 0? (*this* > 0) might do the trick. Thanks, Vijaya -Original Message- From: fea jabi [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: validation with validwhen

2006-05-26 Thread Krishnan, Vijaya
alidation with validwhen Thankyou for the response. tried (*this* >= 0) but still not getting error message. any other suggessions? >From: "Chaudhary, Harsh" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" >To: "Struts Users Mailing List&quo

RE: validation with validwhen

2006-05-26 Thread fea jabi
Thankyou for the response. tried (*this* >= 0) but still not getting error message. any other suggessions? From: "Chaudhary, Harsh" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: validation with

RE: validation with validwhen

2006-05-26 Thread Chaudhary, Harsh
Instead of this: (*this* >= 0) Use this: (*this* >= 0) Its to do with how your '>' characters are parsed. Harsh. -Original Message- From: fea jabi [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 8:01 AM To: user@struts.apache.org Subject: RE: validation w

Re: validation with validwhen

2006-05-26 Thread The Jasper
t; <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" >To: user@struts.apache.org >Subject: validation with validwhen >Date: Thu, 25 May 2006 12:31:56 -0400 > >want to validate a property for > >required, >and also make sure it's value

RE: validation with validwhen

2006-05-26 Thread fea jabi
can someone help me with this please? thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: validation with validwhen Date: Thu, 25 May 2006 12:31:56 -0400 want to validate a property for require

validation with validwhen

2006-05-25 Thread fea jabi
want to validate a property for required, and also make sure it's value is greater than Zero. The value should be a positive double. tried the below test (*this* >= 0) when nothi

Re: Complex Validation with validwhen and large condition

2005-03-01 Thread Todd Nine
ddressLine1 == null)) > > > > Niall > > - Original Message ----- > From: "Todd Nine" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Friday, February 25, 2005 7:21 PM > Subject: Complex Validation with validwhen and

Re: Complex Validation with validwhen and large condition

2005-02-25 Thread Niall Pemberton
d Nine" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, February 25, 2005 7:21 PM Subject: Complex Validation with validwhen and large condition > Hi all, >I'm having some issues getting validwhen to perform the way I want > it to. I would li

Complex Validation with validwhen and large condition

2005-02-25 Thread Todd Nine
Hi all, I'm having some issues getting validwhen to perform the way I want it to. I would like the following general functionality. 1. The user can input an aseAddress. 2. The address as a whole is nullable, however if they fill in any of the fields, they must filling ALL of the address fie