This project has retired. For details please refer to its Attic page.
importAttribute (Tiles - JSP support Tag library documentation)

tiles
Tag importAttribute


Import attribute(s) in specified context.

Import attribute(s) to requested scope. Attribute name and scope are optional. If not specified, all attributes are imported in page scope. Once imported, an attribute can be used as any other beans from jsp contexts.



Tag Information
Tag Classorg.apache.tiles.jsp.taglib.ImportAttributeTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.String The name of the attribute to import. If it is null, all the attributes will be imported.
scopefalsetruejava.lang.String The scope into which the attribute(s) will be imported. If null, the import will go in page scope.
toNamefalsetruejava.lang.String The name of the attribute into which the attribute will be imported. To be used in conjunction to name. If null, the value of name will be used.
ignorefalsetrueboolean If true, if the attribute is not present, the problem will be ignored.

Variables
No Variables Defined.


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.