UI-Component Sets
Project Documentation

Summary

Tag name: <f:validator>
Tag class: org.apache.myfaces.taglib.core.ValidatorImplTag
Facelet Tag Handler: org.apache.myfaces.view.facelets.tag.jsf.core.ValidateDelegateHandler
Creates a validator and associates it with the nearest parent UIComponent.

During the validation phase (or the apply-request-values phase for immediate components), if the associated component has any submitted value and the conversion of that value to the required type has succeeded then the specified validator type is invoked to test the validity of the converted value.

Commonly associated with an h:inputText entity, but may be applied to any input component.

Some validators may allow the component to use attributes to define component-specific validation constraints; see the f:attribute tag. See also the "validator" attribute of all input components, which allows a component to specify an arbitrary validation <i>method</i> (rather than a registered validation type, as this tag does).

Unless otherwise specified, all attributes accept static values or EL expressions.

Attributes

Name Type Required Description
binding org.apache.myfaces.taglib.core.ValidatorImplTag false A ValueExpression that evaluates to an implementation of the javax.faces.validator.Validator interface.
validatorId javax.el.ValueExpression false The registered ID of the desired Validator.

Facelets Attributes

Name Type Required Description
disabled false no description
for false {@inheritDoc}