[
https://issues.apache.org/struts/browse/WW-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Husted updated WW-1328:
---------------------------
Affects Version/s: Future
> Implement theme inheritance
> ---------------------------
>
> Key: WW-1328
> URL: https://issues.apache.org/struts/browse/WW-1328
> Project: Struts 2
> Issue Type: New Feature
> Components: Plugin - Tags
> Affects Versions: WW 2.2.2, Future
> Reporter: Nick Hill
> Fix For: 2.1.1
>
> Attachments: hierarchicial-themes.patch
>
>
> If you look at one of the xhtml themes, for example, text.ftl, it is hard
> coded to use the xhtml controlfooter. This poses a problem for overridding
> the theme.
> Example xhtml/text.ftl:
> <#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl"
> />
> <#include "/${parameters.templateDir}/simple/text.ftl" />
> <#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" />
> Notice the controlfooter does not use ${parameters.theme} but rather is hard
> coded to xhtml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.