h
Tag inputHidden


Renders an HTML "input" element of type "hidden".

Decode Behavior

Encode Behavior



Tag Information
Tag Classcom.sun.faces.taglib.html_basic.InputHiddenTag
TagExtraInfo Classcom.sun.faces.taglib.FacesTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
converter
Converter instance registered with this component.
 
Required: false
Request-time: false
Type: java.lang.String
converterMessage
A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter.
 
Required: false
Request-time: false
Type: java.lang.String
id
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
 
Required: false
Request-time: false
Type: java.lang.String
immediate
Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
 
Required: false
Request-time: false
Type: java.lang.String
rendered
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
 
Required: false
Request-time: false
Type: java.lang.String
required
Flag indicating that the user is required to provide a submitted value for this input component.
 
Required: false
Request-time: false
Type: java.lang.String
requiredMessage
A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used.
 
Required: false
Request-time: false
Type: java.lang.String
validator
MethodBinding representing a validator method that will be called during Process Validations to perform correctness checks on the value of this component. The expression must evaluate to a public method that takes FacesContext, UIComponent, and Object parameters, with a return type of void.
 
Required: false
Request-time: false
Type: java.lang.String
validatorMessage
A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator.
 
Required: false
Request-time: false
Type: java.lang.String
value
The current value of this component.
 
Required: false
Request-time: false
Type: java.lang.String
valueChangeListener
MethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.
 
Required: false
Request-time: false
Type: java.lang.String
binding
The ValueExpression linking this component to a property in a backing bean
 
Required: false
Request-time: false
Type: java.lang.String

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.