Professional Jakarta Struts (Programmer to Programmer)
|
| < Day Day Up > |
|
<tiles:putList />
The <tiles:putList /> tag is used to define a list of parameters that will be passed as attributes to the Tiles object. The list is created from a collection of child <tiles:add /> tags. The <tiles:putList /> tag has a body type of JSP and supports a single attribute, described in Table 17.4.
| Attribute | Description |
|---|---|
| name | The name of the list being created. (Required) |
The <tiles:putList /> tag must be a sub-element of either a <tiles:insert /> or a <tiles:definition /> tag.
|
| < Day Day Up > |
|