previous | index | next

Using Standard Validators

Key role of validation: protect the model from getting into an inconsistent state.

Built-in validation mechanisms:

Currently JSF does not explicitly support client-side validation; all validation occurs on the server side after the user submits form data.


previous | index | next