| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.RichMessageTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
ajaxRendered | false | false | javax.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. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The attribute takes a value-binding expression for a component property of a backing bean |
errorClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message with a severity class of "ERROR" |
errorLabelClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message label with a severity class of "ERROR" |
errorMarkerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message marker with a severity class of "ERROR" |
fatalClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message with a severity class of "FATAL" |
fatalLabelClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message label with a severity class of "FATAL" |
fatalMarkerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message marker with a severity class of "FATAL" |
for | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client identifier of the component for which to display messages |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
infoClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message with a severity class of "INFO" |
infoLabelClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message label with a severity class of "INFO" |
infoMarkerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message marker with a severity class of "INFO" |
labelClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to label |
level | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A comma-separated list of messages categories which should be displayed. Default value is "ALL". |
markerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to marker |
markerStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) is/are to be applied to marker when this component is rendered |
passedLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Attribute should define the label to be displayed when no message appears |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "false", this component is not rendered |
showDetail | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Flag indicating whether the summary portion of displayed messages should be included. Default value is "false". |
showSummary | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Flag indicating whether the summary portion of displayed messages should be included. Default value is "true". |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The CSS style for message |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to 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 | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory title information about markup elements generated for this component |
tooltip | false | false | javax.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". |
warnClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message with a severity class of "WARN" |
warnLabelClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply to any message label with a severity class of "WARN" |
warnMarkerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style class to apply any message marker with a severity class of "WARN" |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |