Jasper Rosenberg created WW-4145:
------------------------------------
Summary: file.ftl in xhtml theme directly references xhtml
controlfooter.ftl
Key: WW-4145
URL: https://issues.apache.org/jira/browse/WW-4145
Project: Struts 2
Issue Type: Bug
Components: Other
Affects Versions: 2.3.15.1
Reporter: Jasper Rosenberg
Should use ${parameters.theme} instead so can be used in theme extension.
{code}
<#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl" />
<#include "/${parameters.templateDir}/simple/file.ftl" />
<#include "/${parameters.templateDir}/${parameters.theme}/controlfooter.ftl" />
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira