You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2007/03/01 13:15:15 UTC

[jira] Updated: (TILES-121)
     [ https://issues.apache.org/struts/browse/TILES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-121:
-----------------------------------

    Fix Version/s: 2.0.2

> <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
>             Fix For: 2.0.2
>
>
> 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.