Module org.omnifaces
Package org.omnifaces.validator
-
Interface Summary Interface Description MultiFieldValidator Generic interface for multi field validator. -
Class Summary Class Description JsfLabelMessageInterpolator Unlike native Faces validation error messages, in a bean validation message by default the label of the component where a validation constraint violation originated from can not be displayed in the middle of a message.RequiredCheckboxValidator Theomnifaces.RequiredCheckboxValidatoris intented to solve a peculiar problem withrequired="true"attribute ofUISelectBooleancomponents like<h:selectBooleanCheckbox>.ValueChangeValidator<T> By default, Faces validators run on every request, regardless of whether the submitted value has changed or not.