o
Tag clientValidationSupport


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


Tag Information
Tag Classorg.openfaces.taglib.jsp.validation.ClientValidationSupportJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.validation.ClientValidationSupport)
onlynullA value-binding expression that associates the clientValidationSupport component with a backing bean property.
clientValidationfalsejavax.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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
useDefaultClientValidationPresentationfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA 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.
useDefaultServerValidationPresentationfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA 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.