Hi all, stuck with a problem - have a form with several input components: selectOneMenu and inputText; and commandButton. Input components dont have any validators and required atrributes are not set. But when form is being submitted I'm getting standart "Validation error" message in message queue, and I cannot find what could cause this validation error. Is there any way (except debugging myfaces source code) to identify what is the issue?
MAny thanks, Anton

