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.RequiredCheckboxValidator
is intented to solve a peculiar problem withrequired="true"
attribute ofUISelectBoolean
components like<h:selectBooleanCheckbox>
.ValueChangeValidator<T> By default, Faces validators run on every request, regardless of whether the submitted value has changed or not.