aui-cc
				Tag
				messages
- 
- Description:
 - 
Deprecated. Please use alloy:messages instead. The
aui-cc:messagesencapsulates a standard JSF h:messages tag with JSR 286 (Portlet 2.0) CSS class names. 
 
- 
- 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. | 
globalOnly | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Boolean flag indicating whether or not this component is to render only the global messages, meaning, messages that are not associated with an individual component. The default value is "false". | 
layout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The layout of the list of messages. Valid values are: list, table. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This is an HTML pass-thru type of attribute. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The name of a CSS class that is to be rendered within the class attribute. | 
value | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This attribute is a pass-thru to the underlying JSF component's value attribute, which sets the current value for the component. |