Interface | Description |
---|---|
MultiFieldValidator |
Generic interface for multi field validator.
|
Class | Description |
---|---|
JsfLabelMessageInterpolator |
Bean Validation message interpolator that is able to insert the label of the component via which
validation failed into the validation message.
|
RequiredCheckboxValidator |
This validator solves the broken
required="true" attribute of the
<h:selectBooleanCheckbox> . |
ValueChangeValidator |
By default, JSF validators run on every request, regardless of whether the submitted value has changed or not.
|