You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2008/11/19 20:26:36 UTC

[jira] Closed: (WW-2640) The Tiles in Struts 2 doesn't support action

     [ https://issues.apache.org/struts/browse/WW-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso closed WW-2640.
-------------------------------

    Resolution: Won't Fix

> The Tiles in Struts 2 doesn't 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
>             Fix For: 2.1.3
>
>
> 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.