All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.tld.tiles-extras-jsp.tld Maven / Gradle / Ivy

Go to download

Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.

There is a newer version: 3.0.8
Show newest version



   
   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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy