Using Standard Validators
Key role of validation: protect the model from getting into an inconsistent
state.
Built-in validation mechanisms:
- Checking the length of a string
- Checking limits for a numerical value
- Checking that a value is not missing
Currently JSF does not explicitly support client-side validation; all
validation occurs on the server side after the user submits form data.