| 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.
|
| text | false | true | java.lang.String |
A string value specifying the text (literal or binding) to be shown.
|
| src | false | true | java.lang.String |
An url value pointing to the file to be included.
|
| srcCharSet | false | true | java.lang.String |
A string value sprecifying the charset associated to the "src" files.
|