primefaces-p

Tag message

Component Information 
InfoValue
Component Typeorg.primefaces.component.Message
Handler ClassNone
Renderer Typeorg.primefaces.component.MessageRenderer
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 false.
showDetailfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if the summary of the FacesMessage 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.
redisplayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if already rendered messages should be displayed. Default is true.
displayfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines display mode, valid values are text, icon and both(default).
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 separated list of severities to display only.
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.
skipDetailIfEqualsSummaryfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if rendering of the detail text should be skipped, if the detail and summaray are equals. Default is false.

Output generated by Vdldoc View Declaration Language Documentation Generator.