o

Tag messages

Component Information 
InfoValue
Component Typeorg.omnifaces.component.messages.OmniMessages
Handler ClassNone
Renderer Typeorg.omnifaces.Messages
DescriptionNone
Attributes 
NameRequiredTypeDescription
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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
renderedfalsejavax.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. Default value is "true".
globalOnlyfalsejavax.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".
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The space separated collection of client IDs of UI input components whose messages needs to be displayed. It is also possible to specify the client ID of a parent component containing UI input components of interest. This attribute is ignored when the globalOnly attribute is set to "true".
redisplayfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the message should be redisplayed if already displayed by another message(s) component beforehand. Default value is "true".
varfalsejava.lang.String The name of the request attribute which exposes the current faces message in the request scope. This will trigger rendering without any HTML markup and delegate the markup control to the developer like as ui:repeat.
messagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The single INFO message to be shown instead when this component has any faces message. This attribute is ignored when the var attribute is specified.
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 unordered list). Default value is "list". This attribute is ignored when the var attribute is specified.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The tooltip to be applied on the of HTML table or ul when this component is rendered. This attribute is ignored when the var attribute is specified.
showSummaryfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the summary portion of displayed messages should be included. Default value is "true". This attribute is ignored when the var attribute is specified.
showDetailfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the detail portion of displayed messages should be included. Default value is "false". This attribute is ignored when the var attribute is specified.
tooltipfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether the detail portion of the message should be displayed as a tooltip. Default value is "false". This attribute is ignored when the var or title attribute is specified.
escapefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating that characters in summary and detail that are sensitive in HTML and XML markup must be escaped. Default value is "true". This attribute is ignored when the var attribute is specified.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to be applied on the HTML table or HTML ul when this component is rendered. This attribute is ignored when the var attribute is specified.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) to be applied on the HTML table or ul when this component is rendered. This value must be passed through as the "class" attribute on generated markup. This attribute is ignored when the var attribute is specified.
infoStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to HTML tr or li with any message with a severity class of "INFO". This attribute is ignored when the var attribute is specified.
infoClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to HTML tr or li with any message with a severity class of "INFO". This attribute is ignored when the var attribute is specified.
warnStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to HTML tr or li with any message with a severity class of "WARN". This attribute is ignored when the var attribute is specified.
warnClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to HTML tr or li with any message with a severity class of "WARN". This attribute is ignored when the var attribute is specified.
errorStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to HTML tr or li with any message with a severity class of "ERROR". This attribute is ignored when the var attribute is specified.
errorClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to HTML tr or li with any message with a severity class of "ERROR". This attribute is ignored when the var attribute is specified.
fatalStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to apply to HTML tr or li with any message with a severity class of "FATAL". This attribute is ignored when the var attribute is specified.
fatalClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style class to apply to HTML tr or li with any message with a severity class of "FATAL". This attribute is ignored when the var attribute is specified.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component. This attribute is ignored when the var attribute is specified.
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). This attribute is ignored when the var attribute is specified.

Output generated by Vdldoc View Declaration Language Documentation Generator.