Displays a list of error messages prepared by form bean or business logic validation processing.
In order to use this component successfully, you must have defined an application scope MessageResources
bean under the specified attribute name, with optinal definitions for the following message keys:
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | Value binding expression to bind this component to a backing bean property. |
bundle | false | false | java.lang.String | Name of the servlet context attribute under which the desired MessageResources bundle is stored. If not specified, the default bundle for this sub-application will be used. |
id | false | false | java.lang.String | Component id of this component. |
property | false | false | java.lang.String | Component of the component for which to render errors. If not specified, all messages (regardless of property) are displayed. |
rendered | false | false | java.lang.String | Boolean attribute indicating whether this component should be rendered or not. |