RE: Validwhen confusion? Using Struts 1.2.4

2005-02-24 Thread Nils Liebelt
I am using Struts 1.2.4 -Original Message- From: Nils Liebelt [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 6:41 PM To: 'Struts Users Mailing List' Subject: Validwhen confusion? Hey everybody, Just want to validate a two field match using

RE: Validwhen confusion? Using Struts 1.2.4

2005-02-24 Thread Nils Liebelt
I am using Struts 1.2.4 -Original Message- From: Nils Liebelt [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 6:41 PM To: 'Struts Users Mailing List' Subject: Validwhen confusion? Hey everybody, Just want to validate a two field match using

Validwhen confusion?

2005-02-24 Thread Nils Liebelt
Hey everybody, Just want to validate a two field match using validwhen: something (*this* == newPass2) No matter what I put in the space it always returns true! The required statement works well. Do I miss a libra

Validwhen confusion?

2005-02-24 Thread Nils Liebelt
Hey everybody, Just want to validate a two field match using validwhen: something (*this* == newPass2) No matter what I put in the space it always returns true! The required statement works well. Do I miss a libra

Re: validwhen confusion

2005-01-15 Thread Kishore Senji
On Sat, 15 Jan 2005 15:08:17 -0500, Todd Nine <[EMAIL PROTECTED]> wrote: > Hi All, > I am having trouble getting my mind around the boolean expression > semantics of the validwhen validator. Consider the following example. > > I have a form with two possible input groups depending on the user >

validwhen confusion

2005-01-15 Thread Todd Nine
Hi All, I am having trouble getting my mind around the boolean expression semantics of the validwhen validator. Consider the following example. I have a form with two possible input groups depending on the user selection. If the entity is an individual, then I need to require firstName etc.