Messages - caf_h:messages

Component Information 
InfoValue
Component Typejavax.faces.HtmlMessages
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.Messages
Description Messages output
Palette LocationCAF Html/Control/Output/Messages
Client-Side ModelCAF.Messages.Model
Attributes 
NameRequiredTypeDescription
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • ltr
  • rtl
errorClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
One or more space-separated CSS class names used as a <span> element's class attribute if the message is of ERROR severity.
errorStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style information used as a <span> element's style attribute if the message is of ERROR severity.
fatalClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
One or more space-separated CSS class names used as a <span> element's class attribute if the message is of FATAL severity.
fatalStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style information used as a <span> element's style attribute if the message is of FATAL severity.
globalOnlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, render only messages without a component ID

If not specified, the default value is "false".

idfalsejava.lang.String Control identifier
infoClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
One or more space-separated CSS class names used as a <span> element's class attribute if the message is of INFO severity.
infoStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style information used as a <span> element's style attribute if the message is of INFO severity.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If set to table, render the messages as an HTML table with one row per message

If not specified, the default value is "list".

Valid values are:

  • list
  • table
redisplayfalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, render the message even if it has already been rendered by another control.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

showDetailfalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, render the message details text
showSummaryfalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, render the message summary text
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
tooltipfalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, render the message summary as the value of a <span> element's title attribute

If not specified, the default value is "false".

warnClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
One or more space-separated CSS class names used as a <span> element's class attribute if the message is of WARN severity.
warnStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style information used as a <span> element's style attribute if the message is of WARN severity.

Output generated by Vdldoc View Declaration Language Documentation Generator.