|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (WW-2640) The Tiles in Struts 2 doesn support actionThe 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. |
|
|
[jira] Updated: (WW-2640) The Tiles in Struts 2 doesn support action[ https://issues.apache.org/struts/browse/WW-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Brown updated WW-2640: -------------------------- Fix Version/s: 2.1.3 > 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 > 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. |
|
|
[jira] Updated: (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 ] James Holmes updated WW-2640: ----------------------------- Summary: The Tiles in Struts 2 doesn't support action (was: The Tiles in Struts 2 doesn support action) > 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. |
| Free Forum Powered by Nabble | Forum Help |