o

Tag validateBean

Attributes 
NameRequiredTypeDescription
copierfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Set the bean copy strategy to use in case 'value' attribute is specified and the 'method' attribute is set (or defaulted) to 'validateCopy'. This attribute is ignored when the 'value' attribute is unspecified, or when the 'method' attribute is not set to 'validateCopy'.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A boolean value enabling page level determination of whether or not this validator is enabled.
messageFormatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The faces message format. Any "{0}" placeholder will be substituted with the error message and any "{1}" placeholder will be substituted with the labels of all validated fields.
methodfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Set the class level validation method, which can be either 'validateCopy' or 'validateActual'. Defaults to 'validateCopy'. This attribute is ignored when the 'value' attribute is unspecified.
showMessageForfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The identifier for which this validator should show the message. Defaults to "@form" which is the parent UIForm. Other available values are "@all", "@invalid", "@global" and "@violating". Any other space separated value will be treated as client ID of UI input component.
validationGroupsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A comma-separated list of validation groups. A validation group is a fully-qualified class name.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
If specified, then only the given bean will be validated at class level. If unspecified, then only the bean properties bound to the in the current request processed/executed input fields will be validated "as usual".

Output generated by Vdldoc View Declaration Language Documentation Generator.