| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | com.sun.faces.taglib.jsf_core.SelectItemsTag |
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 )
| Value binding expression to a backing bean property bound to the component instance for the UIComponent created by this custom action. |
id | false | true | java.lang.String | Component identifier of the UISelectItems component to be created. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Value binding expression pointing at a List or array of SelectItem instances containing the information for these options. |
var | false | false | java.lang.String | RELEASE_PENDING (edburns, rogerk) documentation |
itemValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| RELEASE_PENDING (edburns, rogerk) documentation |
itemLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| RELEASE_PENDING (edburns, rogerk) documentation |
itemDescription | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| RELEASE_PENDING (edburns, rogerk) documentation |
itemDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| RELEASE_PENDING (edburns, rogerk) documentation |
itemLabelEscaped | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| RELEASE_PENDING (edburns, rogerk) documentation |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |