| |||||||
FRAMES NO FRAMES |
Unless otherwise specified, all attributes accept static values or EL expressions.
UISelectItems should be nested inside a UISelectMany or UISelectOne component, and results in the addition of one ore more SelectItem instance to the list of available options for the parent component
Tag Information | |
Tag Class | org.apache.myfaces.taglib.core.SelectItemsTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The initial value of this component. |
var | false | false | java.lang.String | Name of a request-scope attribute under which the current item of the collection, array, etc. of the value attribute will be exposed so that it can be referred to in EL for other attributes of this component. |
itemValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The value for the current item. |
itemLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The label of the current item. |
itemDescription | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The description of the current item. |
itemDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Determines if the current item is selectable or not. |
itemLabelEscaped | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Determines if the rendered markup for the current item receives normal JSF HTML escaping or not. |
id | false | true | java.lang.String | Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view. |
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. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |