Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
encoding | false | false | java.lang.String | Attribute defines encoding for inserted content |
errorContent | false | false | java.lang.String | Attribute defines the alternative content that will be shown in case component cannot read the resource defined with 'src' attribute. If "errorContent" attribute is not defined, the component shown the actual error message in the place where the content is expected |
highlight | false | false | java.lang.String | Defines a type of code |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
src | false | false | java.lang.String | Defines the path to the file with source code |