RichFaces
Tag message


The <rich:message> component is used for rendering a single message for a specific component.


Tag Information
Tag Classorg.richfaces.taglib.RichMessageTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
ajaxRenderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
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 some Ajax action component. The default value is "true".
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
errorClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message with a severity class of "ERROR"
errorLabelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message label with a severity class of "ERROR"
errorMarkerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message marker with a severity class of "ERROR"
fatalClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message with a severity class of "FATAL"
fatalLabelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message label with a severity class of "FATAL"
fatalMarkerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message marker with a severity class of "FATAL"
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client identifier of the component for which to display messages
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
infoClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message with a severity class of "INFO"
infoLabelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message label with a severity class of "INFO"
infoMarkerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message marker with a severity class of "INFO"
labelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message label
levelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a comma-separated list of messages categories to display. Default value is "ALL".
markerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message marker
markerStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the message marker
minLevelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a minimum level of messages categories to display.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
showDetailfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether detailed information of a displayed messages should be included. Default value is "true".
showSummaryfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the summary portion of displayed messages should be included. Default value is "false".
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component
tooltipfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the detail portion of the message should be displayed as a tooltip. Default value is "false".
warnClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message with a severity class of "WARN"
warnLabelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message label with a severity class of "WARN"
warnMarkerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the message marker with a severity class ofS "WARN"

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.