q
Tag clientValidationSupport


The ClientValidationSupport tag provides configuration of client-side validation for the enclosing form.


Tag Information
Tag Classteamdev.jsf.taglib.ClientValidationSupportJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.validation.ClientValidationSupportonlynullA value-binding expression that associates the clientValidationSupport component with a backing bean property.
clientValidationfalseteamdev.jsf.renderkit.validation.validator. ClientValidationEnumtrue"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.
idfalsejava.lang.StringfalsenullThe component identifier.
useDefaultClientValidationPresentationfalsebooleantruetrueA 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.
useDefaultServerValidationPresentationfalsebooleantruetrueA 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.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.