[
https://issues.apache.org/struts/browse/TILES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40306
]
Antonio Petrelli commented on TILES-121:
----------------------------------------
Please provide more information:
* The Tiles definition that you are using, or specify how you fill that
attribute;
* The URL that you are calling.
Thank you.
> <tiles:insertAttribute does not work in 2.0.1
> ---------------------------------------------
>
> Key: TILES-121
> URL: https://issues.apache.org/struts/browse/TILES-121
> Project: Tiles
> Issue Type: Bug
> Components: tiles-core
> Affects Versions: 2.0.1
> Reporter: Jacky Chan
> Priority: Critical
>
> I use following code in jsp file:
> <tiles:insertAttribute name="footer"/>
> It is fine in 2.0.0, but it reports Attribute 'footer' not found.
> in InsertAttributeTag.java file, the following code return null,
> evaluatingContext.getAttribute(name);
> Please take a look. thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.