This tag library provides Tiles tags.

]]>
1.2 tilesx http://tiles.apache.org/tags-tiles-extras Use attribute value inside page.

Declare a Java variable, and an attribute in the specified scope, using its attribute value.

Java variable and attribute will have the name specified by 'id', or the original name if not specified.

]]>
useAttribute org.apache.tiles.jsp.taglib.UseAttributeTag org.apache.tiles.jsp.taglib.UseAttributeTag$Tei empty Declared attribute and variable name.

]]>
id false true
Class of the declared variable.

]]>
classname false true
Scope of the declared attribute. Default to 'page'.

]]>
scope false false
Attribute name.

]]>
name true true
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.

]]>
ignore false true boolean