RE: Need guidance in struts validator framework

2004-09-07 Thread Jim Barrows
> -Original Message- > From: Udaya Prakash [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 07, 2004 3:02 PM > To: Struts Users Mailing List > Subject: RE: Need guidance in struts validator framework > > > It is 1.1 I was afraid you's say that. Y

RE: Need guidance in struts validator framework

2004-09-07 Thread Udaya Prakash
It is 1.1 Jim Barrows <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Udaya Prakash [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 07, 2004 2:52 PM > To: [EMAIL PROTECTED] > Subject: Need guidance in struts validator framework > >

RE: Need guidance in struts validator framework

2004-09-07 Thread Jim Barrows
> -Original Message- > From: Udaya Prakash [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 07, 2004 2:52 PM > To: [EMAIL PROTECTED] > Subject: Need guidance in struts validator framework > > > Hi, > > I am having a Dynavalidatorform and it has two

Need guidance in struts validator framework

2004-09-07 Thread Udaya Prakash
Hi, I am having a Dynavalidatorform and it has two properties A and B. I need to check for the following conditions Both should be equal to zero or Both should be greater than zero. Can u just me how it can be done in a declarative way using the struts validator framework. Regar