Add an element to the surrounding list. This tag can only be used inside
'putListAttribute' or 'addListAttribute' tags. Value can come from a direct
assignment (value="aValue")
Attributes |
Name | Required | Request-time | Type | Description |
value | false | true | java.lang.Object |
The value of the attribute. Use this parameter, or
expression, or body.
|
expression | false | true | java.lang.String |
The expression to calculate the value from. Use this
parameter, or value, or body.
|
role | false | true | java.lang.String |
A comma-separated list of roles. If present, the attribute
will be rendered only if the current user belongs to one of the roles.
|
type | false | true | java.lang.String |
The type (renderer) of the attribute.
|