| 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. |