RE: validator validwhen error (Repost)

2004-03-15 Thread Betty Koon
Anyone has any idea? I haven't seen anyone's reply. Thanks. -Betty -Original Message- From: Betty Koon [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 8:07 PM To: [EMAIL PROTECTED] Subject: validator validwhen error Hi, I got the following validator error, but not sure why

validator validwhen error

2004-03-08 Thread Betty Koon
Hi, I got the following validator error, but not sure why. here is my validator.xml and the exception: formset form name=someForm field property=email depends=validwhen,email arg0 key=email.error_label/ var var-nametest/var-name

Struts Validator-validwhen

2003-08-14 Thread SKaringula
Hi, The struts Validator 'validwhen' I could not find anywhere in struts,even though it was mensioned in documentation. If it is available Could anybody please help me where exactly it is available? Thanks, Shailaja -- A . S . C . A . P.-- This message

RE: Struts Validator-validwhen

2003-08-14 Thread Steve Raeburn
It's not in Struts 1.1 but it's available in the nightly build and will be in the next release. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: August 14, 2003 8:32 AM To: [EMAIL PROTECTED] Subject: Struts Validator-validwhen Hi, The struts

Re: Validator validwhen

2003-07-24 Thread Michael Nascimento Santos
- www.soujava.org.br - Original Message - From: Lukas Bradley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 6:35 PM Subject: Validator validwhen A quote from http://jakarta.apache.org/struts/userGuide/dev_validator.html The new validwhen validation rule, which

Validator validwhen

2003-07-23 Thread Lukas Bradley
A quote from http://jakarta.apache.org/struts/userGuide/dev_validator.html The new validwhen validation rule, which will be included into the Struts release immediately after the 1.1 release, is designed to handle these cases. Does this mean validwhen is or is not supported in 1.1? I can

Re: Validator validwhen

2003-07-23 Thread Rob Leland
Lukas Bradley wrote: A quote from http://jakarta.apache.org/struts/userGuide/dev_validator.html The new validwhen validation rule, which will be included into the Struts release immediately after the 1.1 release, is designed to handle these cases. Does this mean validwhen is or is not supported

validator validwhen not working?

2003-07-09 Thread Poon, Johnny
Hi, I'm trying to use validwhen, so that it's only valid when either all three related fields are empty or are filled, it's valid; otherwise not. ssn_1, ssn_2, and ssn_3 are the field names. For some reason, when I put this in, none of the validation takes place, not even required, minlength,

Re: validator validwhen not working?

2003-07-09 Thread David Graham
Are you using a nightly build after 1.1 final? ValidWhen was not included with 1.1. David --- Poon, Johnny [EMAIL PROTECTED] wrote: Hi, I'm trying to use validwhen, so that it's only valid when either all three related fields are empty or are filled, it's valid; otherwise not. ssn_1,

RE: validator validwhen not working?

2003-07-09 Thread Poon, Johnny
Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:56 AM To: Struts Users Mailing List Subject: Re: validator validwhen not working? Are you using a nightly build after 1.1 final? ValidWhen was not included with 1.1. David --- Poon, Johnny [EMAIL PROTECTED