Attributes |
Name | Required | Request-time | Type | Description |
level | false | false | java.lang.String | comma-separated list of messages categoris which should be displayed |
markerStyle | false | false | java.lang.String | CSS style(s) is/are to be applied to marker when this component is rendered |
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 |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
warnMarkerClass | false | false | java.lang.String | CSS style class to apply any message marker with a severity class of "WARN" |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
passedLabel | false | false | java.lang.String | Attribute should define the label to be displayed when no message appears |
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 |
fatalMarkerClass | false | false | java.lang.String | CSS style class to apply to any message marker with a severity class of "FATAL" |
keepTransient | false | false | java.lang.String | Flag for mark all child components to non-transient. If "true", all children components will be set to non-transient state and keep in saved components tree. For output in self-renderer region all content (By default, all content in <f:verbatim> tags and non-jsf elements in facelets, marked as transient - since, self-rendered ajax regions don't plain output for ajax processing). |
style | false | false | java.lang.String | The CSS style for message |
infoMarkerClass | false | false | java.lang.String | CSS style class to apply to any message marker with a severity class of "INFO" |
fatalLabelClass | false | false | java.lang.String | CSS style class to apply to any message label with a severity class of "FATAL" |
for | false | false | java.lang.String | Client identifier of the component for which to display messages |
fatalClass | false | false | java.lang.String | CSS style class to apply to any message with a severity class of "FATAL" |
infoLabelClass | false | false | java.lang.String | CSS style class to apply to any message label with a severity class of "INFO" |
ajaxRendered | false | false | java.lang.String | Define, must be (or not) content of this component will be included in AJAX response created by parent AJAX Container, even if not forced by reRender list of ajax action. ignored if component marked to output by Ajax action. |
markerClass | false | false | java.lang.String | CSS style class to apply to marker |
infoClass | false | false | java.lang.String | CSS style class to apply to any message with a severity class of "INFO" |
showDetail | false | false | java.lang.String | Flag indicating whether the summary portion of displayed messages should be included. Default value is "true" |
errorLabelClass | false | false | java.lang.String | CSS style class to apply to any message label with a severity class of "ERROR" |
labelClass | false | false | java.lang.String | CSS style class to apply to label |
errorMarkerClass | false | false | java.lang.String | CSS style class to apply to any message marker with a severity class of "ERROR" |
showSummary | false | false | java.lang.String | Flag indicating whether the summary portion of displayed messages should be included. Default value is "false" |
warnLabelClass | false | false | java.lang.String | CSS style class to apply to any message label with a severity class of "WARN" |
warnClass | false | false | java.lang.String | CSS style class to apply to any message with a severity class of "WARN" |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
errorClass | false | false | java.lang.String | CSS style class to apply to any message with a severity class of "ERROR" |