ICE Components
Tag message


Render a single message for a specific component.

Set-up for Rendering

Rendering



Tag Information
Tag Classcom.icesoft.faces.component.MessageTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
effectfalsefalsejava.lang.StringThe Javascript Effect
errorClassfalsefalsejava.lang.StringCSS style class to apply to any message with a severity class of "ERROR".
The default class rendered as iceMsgError.
errorStylefalsefalsejava.lang.StringCSS style(s) to apply to any message with a severity class of "ERROR".
escapefalsefalsejava.lang.StringFlag indicating whether the message text should be escaped or not (e.g. for including HTML tags in the message).
fatalClassfalsefalsejava.lang.StringCSS style class to apply to any message with a severity class of "FATAL".
The default class rendered as iceMsgFatal.
fatalStylefalsefalsejava.lang.StringCSS style(s) to apply to any message with a severity class of "FATAL".
forfalsefalsejava.lang.StringClient identifier of the component for which to display messages.
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
infoClassfalsefalsejava.lang.StringCSS style class to apply to any message with a severity class of "INFO".
The default class rendered as iceMsgInfo.
infoStylefalsefalsejava.lang.StringCSS style(s) to apply to any message with a severity class of "INFO".
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
showDetailfalsefalsejava.lang.StringFlag indicating whether the detail portion of displayed messages should be included. Default value is "true".
showSummaryfalsefalsejava.lang.StringFlag indicating whether the summary portion of displayed messages should be included. Default value is "false".
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.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.
The default class rendered as iceMsg.

  • iceMsg
  • iceMsgError
  • iceMsgFatal
  • iceMsgInfo
  • iceMsgWarn
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component.
tooltipfalsefalsejava.lang.StringFlag indicating whether the detail portion of the message should be displayed as a tooltip.
visiblefalsefalsejava.lang.StringSet the visibility of this component. When false CSS style is set to display:none
warnClassfalsefalsejava.lang.StringCSS style class to apply to any message with a severity class of "WARN".
The default class rendered as iceMsgWarn.
warnStylefalsefalsejava.lang.StringCSS style(s) to apply to any message with a severity class of "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.