alloy

Tag messages

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.messages.Messages
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.messages.MessagesRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the reading direction for the element For example, right to left (RTL), or left to right (LTR).
errorClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.ERROR.
errorStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.ERROR.
fatalClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.FATAL.
fatalStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.FATAL.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The id of the component for which to render associated message(s). This attribute takes precedence over the globalOnly attribute.
globalOnlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, only the global FacesMessages (those that are not associated with a specific component) are displayed. The default value is false.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
infoClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.INFO.
infoStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.INFO.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
When "table", an HTML table is rendered and each message appears in a separate table row. When "list", an HTML unordered list is rendered and each message appears in a separate list item. The default value is "list".
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
rolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the various WAI-ARIA roles that the element is used for. Since: JSF 2.2
showDetailfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the value of FacesMessage.getDetail() is rendered. The default value is true.
showSummaryfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the value of FacesMessage.getSummary() is rendered. The default value is true.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.
tooltipfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the value of FacesMessage.getDetail() rendered as a tooltip. The default value is true.
warnClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.WARN.
warnStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.WARN.

Output generated by Vdldoc View Declaration Language Documentation Generator.