Hi,
I'm using <put-attribute name="enableID" value="true" /> in my
tile-definition.xml.
In my jsp I'm using ,
<tiles:importAttribute name="enableID" />
It throws exception saying attribute enableID not found.
If i do not use <tiles:importAttribute name="enableID" />, the jsp is
rendered properly.
Here is my snippet of web.xml
<servlet>
<servlet-name>tiles</servlet-name>
<servlet-class>org.apache.tiles.web.startup.TilesServlet</servlet-class>
<init-param>
<param-name>
org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
<param-value>/WEB-INF/layout/tile-definition.xml</param-value>
</init-param>
</servlet>
--
View this message in context:
http://www.nabble.com/How-to-use-import-attribute--tp24510460p24510460.html
Sent from the tiles users mailing list archive at Nabble.com.