gd
Tag inputHidden


Render an HTML 'input' element of type 'text'. Specifies a separate target EL expression from the input value.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
A writable ValueExpression to store this component instance into on request.
idfalsefalsejava.lang.StringThe ID of this component.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A flag indicating whether this component should be rendered.
targetfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The target to store the read-back value. This expression will be updated upon postback.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component. This value will be written out in the component on encode.

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.