[
https://issues.apache.org/jira/browse/WW-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14300226#comment-14300226
]
Lukasz Lenart edited comment on WW-4454 at 2/1/15 2:54 PM:
-----------------------------------------------------------
Done, template added.
was (Author: lukaszlenart):
Done, template addded.
> 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
> Assignee: Lukasz Lenart
> Priority: Minor
> Fix For: 2.3.22
>
>
> 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)