10. ICEfaces Tag Reference
Contents > ICEfaces Tag Reference > ice:message
ice:message |
|
The ice:message tag renders a single message for a specific component.
Example
<ice:message></ice:message>
HTML Output
(No output.)
Rendered Output
|
Tag Attributes
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| effect |
Text |
| |
| The effect attribute sets the JavaScript effect. |
| errorClass |
CSS Class |
| |
| The errorClass attribute sets the CSS style class to apply to a message with a severity level of "ERROR". |
| errorStyle |
CSS Style |
| |
| The errorStyle attribute sets the CSS style or styles to apply to a message with a severity level of "ERROR". |
| fatalClass |
CSS Class |
| |
| The fatalClass attribute sets the CSS style class to apply to a message with a severity level of "FATAL". |
| fatalStyle |
CSS Style |
| |
| The fatalStyle attribute sets the CSS style or styles to apply to a message with a severity level of "FATAL". |
| for |
Text |
| |
| The for attribute sets the id of the component for which to display messages. |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| infoClass |
CSS Class |
| |
| The infoClass attribute sets the CSS style class to apply to a message with a severity level of "INFO". |
| infoStyle |
CSS Style |
| |
| The infoStyle attribute sets the CSS style or styles to apply to a message with a severity level of "INFO". |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
| renderedOnUserRole |
Text |
| |
| The renderedOnUserRole attribute is a boolean flag that when set to "true" and if a role has been configured for the user, then the component will be displayed. If the user does not have a role, then the component will not be displayed. |
| showDetail |
Boolean |
| |
| The showDetail attribute is a boolean flag indicating whether the detail part of the message should be included. The default value is "true". |
| showSummary |
Boolean |
| |
| The showSummary attribute is a boolean flag indicating whether the summary part of the message should be included. The default value is "false". |
| style |
CSS Style |
| |
| The style attribute sets the CSS style definition to be applied to this component when it is rendered. |
| styleClass |
CSS Class |
| |
| The styleClass attribute sets the CSS class to apply to this component when it is rendered. |
| title |
Text |
| |
| The title attribute is a standard HTML attribute that sets the tooltip text to display for the rendered component. |
| visible |
Boolean |
| |
| The visible attribute is a boolean flag that when set to "true", displays the component. If this attribute is set to "false", then the CSS style is display:none. |
| warnClass |
CSS Class |
| |
| The warnClass attribute sets the CSS style class to apply to a message with a severity level of "WARN". |
| warnStyle |
CSS Style |
| |
| The warnStyle attribute sets the CSS style or styles to apply to a message with a severity level of "WARN". |
|