Validwhen confusion?

2005-02-24 Thread Nils Liebelt
Hey everybody, Just want to validate a two field match using validwhen: field property=newPass1 depends=required,validwhen arg0 key=prompt.newPass/ var var-namesomething/var-name var-value(*this* == newPass2)/var-value /var

Validwhen confusion?

2005-02-24 Thread Nils Liebelt
Hey everybody, Just want to validate a two field match using validwhen: field property=newPass1 depends=required,validwhen arg0 key=prompt.newPass/ var var-namesomething/var-name var-value(*this* == newPass2)/var-value /var

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: field property

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: field property

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.

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