The Tiles in Struts 2 doesn support action
------------------------------------------

                 Key: WW-2640
                 URL: https://issues.apache.org/struts/browse/WW-2640
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Tiles
    Affects Versions: 2.1.2
         Environment: WebSphere6.0.2 + JDK1.4 + Struts2.0.11.1 
            Reporter: Richard Cao


Hi, 

My project is using tiles + Struts 2 to composite views, but the plug-in 
tiles(2.0.5) doesnt' support .action view any more as the following:

<definition name="xxx" template="/tiles/xxx/layout.jsp">
                <put-attribute name="title"
                        value="xxx" />
                <put-attribute name="header" value="/tiles/shas/header.jsp" />
                          *********  <put-attribute name="toolbar" 
value="/navigate/navigateMenu.action" />  **********
                <put-attribute name="body" />
                <put-attribute name="copyright" value="/tiles/copyright.jsp" />
                <put-attribute name="footer" value="/tiles/shas/footer.jsp" />
</definition>

But if I am not wrong, Struts1.X + Tiles1.X do support this function. 

Many thanks


Richard


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