| Attributes |
| Name | Required | Request-time | Type | Description |
| selected | false | true | java.lang.String | The value of the currently selected item. |
| dsn | false | true | java.lang.String | The name of the data source. |
| field | false | true | java.lang.String | The data source field name this code table is referenced by. |
| listVar | false | false | java.lang.String | The name of the scope variable the list is assigned to. |
| listOptions | false | false | java.lang.String | The options to include in the list as a List, rather than from an exiting object. |
| mapOptions | false | false | java.lang.String | The options to include in the list as a Map, rather than from an exiting object. |
| styleclass | false | true | java.lang.String | The CSS style to use for non-selected values. |
| selectedStyleclass | false | true | java.lang.String | The CSS style to use for the selected value. |
| missingItemStyleclass | false | true | java.lang.String | The CSS style to use for the missing selected value. |
| emptyItem | false | true | java.lang.String | Set true to include an empty item option. |