<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.

Reply via email to