Package org.omnifaces.validator


package org.omnifaces.validator
  • Class
    Description
    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.
    Generic interface for multi field validator.
    The omnifaces.RequiredCheckboxValidator is intented to solve a peculiar problem with required="true" attribute of UISelectBoolean components like <h:selectBooleanCheckbox>.
    By default, Faces validators run on every request, regardless of whether the submitted value has changed or not.