Paul Zepernick created WW-4454:
----------------------------------
Summary: css_xhtml hidden input adding table row markup
Key: WW-4454
URL: https://issues.apache.org/jira/browse/WW-4454
Project: Struts 2
Issue Type: Bug
Components: Other
Affects Versions: 2.3.20
Reporter: Paul Zepernick
Priority: Minor
The hidden.ftl is being inherited from the xhtml theme. The xhtml theme has
this markup
{code:html}
<tr style="display:none;">
<td colspan="2">
<#include "/${parameters.templateDir}/simple/hidden.ftl" />
</td>
</tr>
{code}
It seems like hidden.ftl now needs to be overridden in the css_xhtml theme with
this instead:
{code:html}
<#include "/${parameters.templateDir}/simple/hidden.ftl" />
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)