aui-cc
				Tag
				select
- 
- Description:
 - 
Deprecated. Please use alloy:selectOneMenu instead. The
aui-cc:selectencapsulates a standard JSF h:selectOneMenu tag with CSS class name "field-input aui-field-input-select aui-field-input-menu". NOTE that sometimes the JSF implementation performs more reliably if a simple h:selectOneMenu is used instead of this tag. 
 
- 
- Since:
 - 3.2.4
 
 
| Info | Value | 
|---|---|
| Component Type | Facelet Composite Component | 
| Handler Class | None | 
| Renderer Type | None | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true. | 
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The identifier of the component. | 
inlineMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Boolean flag indicating whether or not there should be an inline h:message tag included. The default value is "false". | 
label | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The text value for the rendered label. | 
required | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Boolean flag indicating whether or not it is required for the user to supply a value for this component. The default value is "false". | 
value | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The list of items that are to appear in the drop down list. |