| |||||||
FRAMES NO FRAMES |
Unless otherwise specified, all attributes accept static values or EL expressions.
Tag Information | |
Tag Class | org.apache.myfaces.taglib.core.SelectItemTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
id | false | true | java.lang.String | The developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value. |
itemDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If true, this component will not be saved during state saving. |
itemDescription | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| An optional description for this item. |
itemLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The locale-specific label that will be displayed to the user for this item. |
itemValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The value of this item, of the same type as the parent component's value. |
value | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.model.SelectItem )
| An EL expression that refers to a javax.faces.model.SelectItem instance. |
escape | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Flag indicating that characters that are sensitive in the value of the itemLabel attribute must be escaped. This flag is set to "true" by default. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |