The same as for the Message renderer, but output all the messages. If the value of the "layout" attribute is "table", render nested "table", "tr", and "td" elements, in that order. If the value of the "layout" attribute is "list", or the "layout" attribute is not specified, render nested "ul", "li" elements, in that order. Output the value of the "style" attribute as the value of the "style" attribute, output the value of the "styleClass" attribute as the value of the "class" attribute, and output the dir and lang attributes. Output these values on the "table" element or the "ul" element. The component is a UIMessages
, and there is no "for" attribute. Therefore, use either null
to obtain the messages from the FacesContext
or the empty string if the components "globalOnly" property is true
. If the layout was "table" close out the table elements, otherwise, close out the list elements.
Attributes |
globalOnly |
Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
id |
The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
rendered |
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
showDetail |
Flag indicating whether the summary portion of displayed messages should be included. Default value is "false". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
showSummary |
Flag indicating whether the summary portion of displayed messages should be included. Default value is "true". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
dir |
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
errorClass |
CSS style class to apply to any message with a severity class of "ERROR". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
errorStyle |
CSS style(s) to apply to any message with a severity class of "ERROR". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
fatalClass |
CSS style class to apply to any message with a severity class of "FATAL". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
fatalStyle |
CSS style(s) to apply to any message with a severity class of "FATAL". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
infoClass |
CSS style class to apply to any message with a severity class of "INFO". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
infoStyle |
CSS style(s) to apply to any message with a severity class of "INFO". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
lang |
Code describing the language used in the generated markup for this component. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
layout |
The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table) and "list" (an HTML list). If not specified, the default value is "list". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
style |
CSS style(s) to be applied when this component is rendered. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
styleClass |
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. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
title |
Advisory title information about markup elements generated for this component. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
tooltip |
Flag indicating whether the detail portion of the message should be displayed as a tooltip. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
warnClass |
CSS style class to apply to any message with a severity class of "WARN". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
warnStyle |
CSS style(s) to apply to any message with a severity class of "WARN". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
binding |
The ValueExpression linking this component to a property in a backing bean |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|