Attributes |
Name | Required | Request-time | Type | Description |
globalOnly | false | false | boolean | Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false". |
layout | false | false | java.lang.String | The type of layout markup to use when rendering error messages. Valid values are "table" (an WML table) and "list" (records disjoin with <br/> element). If not specified, the default value is "list". |
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. |
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". |