Attributes |
Name | Required | Request-time | Type | Description |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
escape | no | false | boolean | Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. Note: setting this to false may open up security issues. See XSS (Cross Site Scripting) Prevention Cheat Sheet. Default = 'true'. |
for | no | false | java.lang.String | Identifier of the component for which to render error messages. If this component is within the same NamingContainer as the target component, this must be the component identifier. Otherwise, it must be an absolute component identifier (starting with ":"). Leave out or use "@all" to output global messages. |
globalOnly | no | false | boolean | Flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered. Mutually exclusive with the 'for' property which takes precedence. Default = 'false'. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
lang | no | false | java.lang.String | Code describing the language used in the generated markup for this component. |
redisplay | no | false | boolean | A flag indicating this UIMessages instance should redisplay FacesMessages that have already been handled. Default = 'true'. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
showDetail | no | false | boolean | Flag indicating whether the "detail" property of messages for the specified component should be rendered. Default = 'false'. |
showSummary | no | false | boolean | Flag indicating whether the "summary" property of messages for the specified component should be rendered. Default = 'true'. |
style | no | false | java.lang.String | CSS style(s) to be applied when this component is rendered. |
styleClass | no | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
title | no | false | java.lang.String | Advisory title information about markup elements generated for this component. |