primefaces-p

Tag messages

Component Information 
InfoValue
Component Typeorg.primefaces.component.Messages
Handler ClassNone
Renderer Typeorg.primefaces.component.MessagesRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
showSummaryfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if the summary of the FacesMessage should be displayed. Default is true.
showDetailfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if the detail of the FacesMessage should be displayed. Default is false.
globalOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, only facesmessages with no clientIds are displayed. Default is false.
redisplayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if already rendered messages should be displayed. Default is true.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of the component whose messages to display only, takes precendence when used with globalOnly.
autoUpdatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
escapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether html would be escaped or not, defaults to true.
severityfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Comma seperated list of severities to display only.
closablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Adds a close icon to hide the messages.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
showIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if severity icons would be displayed. Default is true.
forTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Type of the "for" attribute. Valid values are "key" and "expression".

Output generated by Vdldoc View Declaration Language Documentation Generator.