| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.validation.ClientValidationSupportJspTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | |||||
| Name | Required | Binding Type | EL | Default | Description |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.validation.ClientValidationSupport)
| only | null | A value-binding expression that associates the clientValidationSupport component with a backing bean property. |
| clientValidation | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | "off" | The form-wide settings of the OpenFaces validation framework. Available values are: "off" — client-side validation is turned off for the components within a form. "onDemand" — client-side validation is turned on for the enclosing form, but it is not automatically triggered. Client-side API should be used to trigger client-side validation. "onSubmit" — client-side validation is turned on for the enclosing form and it is automatically triggered on any form submission. |
| id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| false | null | The component identifier. |
| useDefaultClientValidationPresentation | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the default validation presentation component is automatically added to each component with a client-side validator if no validation presentation component is found to display results of the client-side validation. |
| useDefaultServerValidationPresentation | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the default validation presentation component is automatically added to each component with a server-side validator if no validation presentation component is found to display results of the server-side validation. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||