| Attributes |
| Name | Required | Request-time | Type | Description |
| for | true | false | java.lang.String |
Client identifier of the component for which to display messages.
|
| id | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
| showDetail | false | false | java.lang.String |
Flag indicating whether the summary portion of displayed messages
should be included. Default value is "true".
|
| showSummary | false | false | java.lang.String |
Flag indicating whether the summary portion of displayed messages
should be included. Default value is "false".
|
| errorClass | false | false | java.lang.String |
CSS style class to apply to any message
with a severity class of "ERROR".
|
| errorStyle | false | false | java.lang.String |
CSS style(s) to apply to any message
with a severity class of "ERROR".
|
| fatalClass | false | false | java.lang.String |
CSS style class to apply to any message
with a severity class of "FATAL".
|
| fatalStyle | false | false | java.lang.String |
CSS style(s) to apply to any message
with a severity class of "FATAL".
|
| infoClass | false | false | java.lang.String |
CSS style class to apply to any message
with a severity class of "INFO".
|
| infoStyle | false | false | java.lang.String |
CSS style(s) to apply to any message
with a severity class of "INFO".
|
| style | false | false | java.lang.String |
CSS style(s) to be applied when this component is rendered.
|
| styleClass | false | false | java.lang.String |
Space-separated list of CSS style class(es) to be applied when
this element is rendered. This value must be passed through
as the "class" attribute on generated markup.
|
| title | false | false | java.lang.String |
Advisory title information about markup elements generated
for this component.
|
| tooltip | false | false | java.lang.String |
Flag indicating whether the detail portion of the
message should be displayed as a tooltip.
|
| warnClass | false | false | java.lang.String |
CSS style class to apply to any message
with a severity class of "WARN".
|
| warnStyle | false | false | java.lang.String |
CSS style(s) to apply to any message
with a severity class of "WARN".
|
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|