o

Tag messages

Component Information 
InfoValue
Component Typeorg.omnifaces.component.messages.OmniMessages
Handler ClassNone
Renderer Typeorg.omnifaces.Messages
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
dirfalsejakarta.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).
errorClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "ERROR".
errorStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "ERROR".
escapefalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether the message detail and summary should be HTML-escaped. Defaults to true.
fatalClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "FATAL".
fatalStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "FATAL".
forfalsejakarta.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.
globalOnlyfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false".
idfalsejakarta.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.
infoClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "INFO".
infoStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "INFO".
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component.
layoutfalsejakarta.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".
messagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The single INFO message to be shown instead when this component has any faces message.
redisplayfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether already-handled messages should be redisplayed. The default value is true.
renderedfalsejakarta.el.ValueExpression
(must evaluate to 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.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Per the WAI-ARIA spec and its relationship to HTML5, every HTML element may have a "role" attribute whose value must be passed through unmodified on the element on which it is declared.
showDetailfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the detail portion of displayed messages should be included. Default value is "false".
showSummaryfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the summary portion of displayed messages should be included. Default value is "true".
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to be applied when this component is rendered.
styleClassfalsejakarta.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.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component.
tooltipfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the detail portion of the message should be displayed as a tooltip.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The name of the request attribute which exposes the current faces message in the request scope. This will trigger rendering of markup per faces message instead of per component.
warnClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to any message with a severity class of "WARN".
warnStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to any message with a severity class of "WARN".

Output generated by Vdldoc View Declaration Language Documentation Generator.