| |||||||
| FRAMES NO FRAMES | |||||||
Declare a list that will be pass as attribute to tile.
Declare a list that will be pass as attribute to tile. List elements are added using the tags 'addAttribute' or 'addListAttribute'. This tag can only be used inside 'insertTemplate', 'insertDefinition', 'definition' tags.
| Tag Information | |
| Tag Class | org.apache.tiles.jsp.taglib.PutListAttributeTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| name | true | true | java.lang.String | Name of the list. |
| cascade | false | false | boolean | If true, the attribute value will be cascaded to nested templates and definitions. |
| inherit | false | false | boolean | If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here. By default, it is 'false'. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||