| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String |
A string specifying the identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean.
|
| rendered | false | true | java.lang.String |
A boolean value indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
| bundleName | false | true | java.lang.String |
A string value specifying the name to be used on the client side to access the resource bundle.
|
| baseName | false | true | java.lang.String |
Base name of the resource bundle to be loaded.
A string indicating the fully qualified name of a resources bundle (property file).
|
| serverSide | false | true | java.lang.String |
A boolean value indicating wether the resource is available on the server side.
|