I have a form with 3 fields, and submit button. when button clicked, if none is entered in 3 fields, throw validation message. If any one of the 3 fields are entered process
At least for iceFaces another approach to validate across multiple fields, especially when the validation is more complex than just "required", is to use application level validation inside your backing bean.
@see Custom Validator in Backing Beans
Regards
Rob