f
Tag validateBean


A validator that delegates the validation of the local value to the Bean Validation API. The validationGroups attribute serves as a filter that instructs the Bean Validation API which contraints to enforce. If there are any constraint violations reported by Bean Validation, the value is considered invalid.



Tag Information
Tag Classcom.sun.faces.taglib.jsf_core.BeanValidatorTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
validationGroupsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A comma-separated list of validation groups. A validation group is a fully-qualified class name.
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)

A boolean value enabling page level determination of whether or not this validator is enabled on the enclosing component.

bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.BeanValidator)
A ValueExpression that evaluates to an instance of BeanValidator.
forfalsefalsejavax.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.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.