Import attribute from tile to requested scope.
Attribute name and scope are optional. If not specified, all tile
attributes are imported in page scope.
Once imported, an attribute can be used as any other beans from jsp contexts.
Attribute Name |
Description |
name |
Tile's attribute name. If not specified, all attributes are imported.
[RT Expr]
|
scope |
Scope into which attribute is imported. Default to page.
|
ignore |
If this attribute is set to true, and the attribute specified by the name
does not exist, simply return without error. The default value is false, which will
cause a runtime exception to be thrown.
[RT Expr]
|