| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UIHiddenInput
RendererType: Hidden
Tag Information | |
Tag Class | org.apache.myfaces.tobago.taglib.component.HiddenTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. Type: java.lang.String |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. Warning: For the tobago extension library tx the binding differs from JSP and Facelets:
|
rendered | false | true | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. Type: java.lang.Boolean Default: true |
value | false | true | java.lang.String | The current value of this component. Type: java.lang.Object |
converter | false | true | java.lang.String | An expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression. Type: java.lang.String |
validator | false | true | java.lang.String | A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value. Type: javax.faces.el.MethodBinding |
readonly | false | true | java.lang.String | Flag indicating that this component will prohibit changes by the user. Type: java.lang.Boolean |
disabled | false | true | java.lang.String | Flag indicating that this element is disabled. Type: java.lang.Boolean |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |