| |||||||
FRAMES NO FRAMES |
Add an element to the surrounding list. Equivalent to 'putAttribute', but for list element.
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")
Tag Information | |
Tag Class | org.apache.tiles.jsp.taglib.AddAttributeTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
value | false | true | java.lang.Object | Attribute value. Can be a String or Object. |
type | false | false | java.lang.String | Specify content type: string, template or definition.
|
role | false | true | java.lang.String | If the user is in the specified role, the tag is taken into account; otherwise, the tag is ignored (skipped). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |