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
Name of the list.
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).
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'.
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.