Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | The component identifier for the associated component. |
rendered | false | false | boolean | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
for | true | false | java.lang.String | Client identifier of the component for which to display messages. |
showDetail | false | false | boolean | Flag indicating whether the summary portion of displayed messages should be included. Default value is "true". |
showSummary | false | false | boolean | Flag indicating whether the summary portion of displayed messages should be included. Default value is "false". |