How do I use validation in an [Action]-validation.xml file to validate
several fields?

I need to implement the following logic for 3 fields on a form:
Company, FirstName, LastName.

Psedo Code:

If Company empty, then FirstName and LastName must be filled
If FirstName and LastName empty, then Company Must be filled.

I am having trouble seeing how this can be accomplished with the
"expression" validator type.

Or should I just write some simple javascript to make this happen?!

Thanks!!
Burton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to