Validating an email address in PrimeFaces p:inputText field with p:ajax
The example that follows demonstrates how to validate an email address inputted from a PrimeFaces <p:inputText /> field. It validates the correctness of the email address as well as its existence. PrimeFaces version 3.4.1 was used to test this demonstration.