html_basic

Tag messages

Component Information 
InfoValue
Component Typejavax.faces.HtmlMessages
Handler ClassNone
Renderer Typejavax.faces.Messages
DescriptionNone
Attributes 
NameRequiredTypeDescription
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client identifier of the component for which to display messages. This attribute is mutually exclusive with globalOnly and take precedence if used.
globalOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false".
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
showDetailfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether the detail portion of displayed messages should be included. Default value is "false".
showSummaryfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether the summary portion of displayed messages should be included. Default value is "true".
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
errorClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "ERROR".
errorStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "ERROR".
fatalClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "FATAL".
fatalStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "FATAL".
infoClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "INFO".
infoStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "INFO".
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component.
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table) and "list" (an HTML list). If not specified, the default value is "list".
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to be applied when this component is rendered.
styleClassfalsejavax.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.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component.
tooltipfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether the detail portion of the message should be displayed as a tooltip.
warnClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "WARN".
warnStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "WARN".
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean