Tag Information
Tag Class org.richfaces.taglib.RichMessagesTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
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.
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"
errorLabelClass false false java.lang.String CSS style class to apply to any message label with a severity class of "ERROR"
errorMarkerClass false false java.lang.String CSS style class to apply to any message marker 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"
fatalLabelClass false false java.lang.String CSS style class to apply to any message label with a severity class of "FATAL"
fatalMarkerClass false false java.lang.String CSS style class to apply to any message marker with a severity class of "FATAL"
globalOnly false false java.lang.String Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false"
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
infoClass false false java.lang.String CSS style class to apply to any message with a severity class of "INFO"
infoLabelClass false false java.lang.String CSS style class to apply to any message label with a severity class of "INFO"
infoMarkerClass false false java.lang.String CSS style class to apply to any message marker with a severity class of "INFO"
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).
labelClass false false java.lang.String CSS style class to apply to label
layout false false java.lang.String The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table), "list" (an HTML list) and iterator. If not specified, the default value is "list"
level false false java.lang.String comma-separated list of messages categoris which should be displayed
markerClass false false java.lang.String CSS style class to apply to marker
markerStyle false false java.lang.String CSS style(s) is/are to be applied to marker when this component is rendered
passedLabel false false java.lang.String Attribute should define the label to be displayed when no message appears
rendered false false java.lang.String If "false", this component is not rendered
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"
style false false java.lang.String The CSS style for message
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"
warnLabelClass false false java.lang.String CSS style class to apply to any message label with a severity class of "WARN"
warnMarkerClass false false java.lang.String CSS style class to apply any message marker with a severity class of "WARN"