o

Tag validator

Validator Information 
InfoValue
Validator IDomnifaces.Validator
Handler Classorg.omnifaces.taghandler.Validator
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A ValueExpression that evaluates to an object that implements the jakarta.faces.validator.Validator interface.
validatorIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Validator identifier of the Validator to be created and registered.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
If present, this attribute refers to the value of one of the exposed attached objects within the composite component inside of which this tag is nested.
messagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The validator message to be shown on failure. Any "{0}" placeholder in the message will be substituted with the label of the referenced input component. Note that this attribute is ignored when the parent component has already validatorMessage specified.
disabledfalsejakarta.el.ValueExpression
(must evaluate to boolean)
A boolean value enabling request based determination of whether or not this validator is enabled on the enclosing component.

Output generated by Vdldoc View Declaration Language Documentation Generator.