RE: Valid When Question

2006-01-31 Thread Kalcevich, Daniel
That worked perfectly. Thank you! -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 8:26 AM To: Struts Users Mailing List Subject: Re: Valid When Question Maybe something like the following test ((*this* != null) or

RE: Valid When Question

2006-01-31 Thread Kanuri, Chand
Subject: Valid When Question Everyone, I have a question regarding the Valid When. I have 3 fields for phone number (declared as phone1, phone2, phone3). Now, the field as a whole is not required, however, if a user enters in some data, I want to make sure they enter in values for all 3. So

Re: Valid When Question

2006-01-31 Thread Niall Pemberton
== null))) Niall - Original Message - From: "Kalcevich, Daniel" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 31, 2006 4:06 PM Subject: Valid When Question Everyone, I have a question regarding the Valid When. I have 3 fields for phone number (declared as phone1

Valid When Question

2006-01-31 Thread Kalcevich, Daniel
Everyone, I have a question regarding the Valid When. I have 3 fields for phone number (declared as phone1, phone2, phone3). Now, the field as a whole is not required, however, if a user enters in some data, I want to make sure they enter in values for all 3. So, on a validWhen I would want