Tag Information
Tag Class org.richfaces.taglib.RichMessagesTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
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
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"
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).
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"
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"
fatalClass false false java.lang.String CSS style class to apply to any message with a severity class of "FATAL"
var false false java.lang.String Name of a request-scope attribute under which the list of the messages should be available
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"