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
scriptless
Display Name
None
Attributes
Name
Required
Request-time
Type
Description
name
true
true
java.lang.String
The name of the attribute to put.
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.
inherit
false
true
boolean
If true, the list attribute will use, as first elements, the
list contained in the list attribute, put with the same name, of the containing definition.
cascade
false
true
boolean
If true the attribute will be cascaded to all nested attributes.
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.