RichFaces ( Legacy URL )
Tag graphValidator


The <rich:graphValidator> component allows to register Hibernate Validators for multiple input components.


Tag Information
Tag Classorg.richfaces.taglib.html.jsp.GraphValidator
TagExtraInfo ClassNone
Body ContentJSP
Display NameBean validation @ and @validation support

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
profilesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute defines JavaBean Validation 'groups' feature (JSR-303). It is ignored if Hibernate Validator is used.
summaryfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Summary message for a validation errors.
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JSF Validator type, that implements GraphValidator interface.This validator is used for the Graph and input fields validation.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value for this component.

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.