Re: Complex Validation with validwhen and large condition

2005-03-01 Thread Todd Nine
Thanks Niall, that took care of it. We just had to convert the ANDs and ORs to lower case to conform to the grammer. Todd On Fri, 25 Feb 2005 20:14:54 -, Niall Pemberton <[EMAIL PROTECTED]> wrote: > The condition you have specified means that addressLine1 is only valid when > everything is

Re: Complex Validation with validwhen and large condition

2005-02-25 Thread Niall Pemberton
The condition you have specified means that addressLine1 is only valid when everything is not null. Thats why you always get the error - you need an OR condition. In order to get appropriate "required" messages for the various fields, how about something along the following lines test