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
Daniel, use requiredif in your validation.xml this should work field[0] phone1

Re: Valid When Question

2006-01-31 Thread Niall Pemberton
Maybe something like the following test ((*this* != null) or ((phone2 == null) and (phone3 == null))) test ((*this* != null) or ((phone1 == null) and (phone3 == null))) test ((*this* != null) or ((phone1 == null) and (phone2 == nul