p

Tag staticMessage

Component Information 
InfoValue
Component Typeorg.primefaces.component.StaticMessage
Handler ClassNone
Renderer Typeorg.primefaces.component.StaticMessageRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
closablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Adds a close icon to hide the message.
detailfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The message detail.
displayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines display mode, valid values are text, icon and both(default).
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether html would be escaped or not, defaults to true.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
severitytruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The severity of the message: success, info, error, warn, fatal.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of main container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of main container.
summaryfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The message summary.

Output generated by Vdldoc View Declaration Language Documentation Generator.