<o:validateBean> allows the developer to control bean validation groups on a
per-UICommand or UIInput component basis. Usage example:
<h:commandButton>
<o:validateBean groups="javax.validation.groups.Default,com.example.MyGroup"/>
</h:commandButton>
| Name | Required | Type | Description |
|---|---|---|---|
validationGroups | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A comma-separated list of validation groups. A validation group is a fully-qualified class name. |
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| A boolean value enabling page level determination of whether or not this validator is enabled. |
Output generated by Vdldoc View Declaration Language Documentation Generator.