RE: RequiredIf Example Request

2003-01-24 Thread Weber, Jeremy
Users Mailing List Subject: RE: RequiredIf Example Request I just barely ran into this problem. Seems that all the field checks are run. Checking the Validator example (TowFieldCheck) in the struts docs (1.1b3), It seems that if the value is null, you should let it pass as accepted. The xml def

RE: RequiredIf Example Request

2003-01-24 Thread Dennis Muhlestein
m: Greg Murray [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 4:20 PM > To: Struts Users Mailing List > Subject: RE: RequiredIf Example Request > > > I'm not sure "exists" is a standard validation rule. Did you define it > yourself? > > -

RE: RequiredIf Example Request

2003-01-23 Thread Weber, Jeremy
? Jeremy Weber [EMAIL PROTECTED] -Original Message- From: Greg Murray [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:20 PM To: Struts Users Mailing List Subject: RE: RequiredIf Example Request I'm not sure "exists" is a standard validation

RE: RequiredIf Example Request

2003-01-23 Thread Greg Murray
I'm not sure "exists" is a standard validation rule. Did you define it yourself? -Original Message- From: Weber, Jeremy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 2:00 PM To: 'Struts Users Mailing List' Subject: RE: RequiredIf Example Reques

RE: RequiredIf Example Request

2003-01-23 Thread Weber, Jeremy
-Original Message- From: Weber, Jeremy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 12:57 PM To: 'Struts Users Mailing List' (E-mail) Subject: RequiredIf Example Request I requested this before and have not recieved a response...:( Any takers out there? Curren

RE: RequiredIf Example Request

2003-01-23 Thread Greg Murray
ginal Message- From: Weber, Jeremy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 12:57 PM To: 'Struts Users Mailing List' (E-mail) Subject: RequiredIf Example Request I requested this before and have not recieved a response...:( Any takers out there? Currently I am having

RequiredIf Example Request

2003-01-23 Thread Weber, Jeremy
I requested this before and have not recieved a response...:( Any takers out there? Currently I am having a heck of time figuring out how to make this work... I have checked out all the online examples, but I am unclear as to what this stuff means... If you have this in your struts-config.xml

RequiredIf Example

2003-01-15 Thread Weber, Jeremy
Can someone post the necessary code to show a working requiredif validation. I can seem to get this going per my prior post (attached). Hello all, I have a field that I wish to validate based on the results of another field. The other field 'useSecure' returns a string of true or false from 2 r