Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. ICEfaces Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. ICEfaces Tag Reference

10. ICEfaces Tag Reference

Contents > ICEfaces Tag Reference > ice:messages

ice:messages

The ice:messages tag displays all mnessages.

Example

<ice:messages></ice:messages>

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 specifies the backing bean and method to create an effect with the component. The possible effects are highlight, appear, fade, move and pulsate. For example, create an Effect instance variable in the backing bean and assign newHighlight() to this variable.
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".
globalOnly Boolean
 
The globalOnly attribute is a boolean flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed.
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".
layout Enumerated
 
The layout attribute sets the type of layout markup to use when rendering error messages.
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.
tooltip Boolean
 
The tooltip attribute is a boolean flag indicating whether the detail part of the message should be displayed as a tooltip.
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".