Attributes |
Name | Required | Request-time | Type | Description |
assignTo | false | false | java.lang.String | EL expression for updatable bean property. This property will be updated if the parent command component performs an actionEvent. |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
converter | false | false | java.lang.String | ID of a converter to be used or a reference to a converter. |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
name | false | false | java.lang.String | A name of this parameter |
noEscape | false | false | java.lang.String | If set to true, the value will not enclosed within single quotes and there will be no escaping of characters. This allows the use of the value as JavaScript code for calculating value on the client-side. This doesn't work with non-AJAX components. |
value | false | false | java.lang.String | An initial value or a value binding |