Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.validation.ClientValidationSupport | only | null | A value-binding expression that associates the clientValidationSupport component with a backing bean property. |
clientValidation | false | teamdev.jsf.renderkit.validation.validator. ClientValidationEnum | true | "off" | The form-wide settings of the QuipuKit 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 will not be 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 | java.lang.String | false | null | The component identifier. |
useDefaultClientValidationPresentation | false | 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 | 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. |