[
https://issues.apache.org/jira/browse/WW-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14300225#comment-14300225
]
ASF subversion and git services commented on WW-4454:
-----------------------------------------------------
Commit 5e74fcd946b932725fe5f4640d1092bf6ea6d2f9 in struts's branch
refs/heads/develop from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=5e74fcd ]
WW-4454 Adds dedicated hidden.ftl template to avoid problems with layout
> 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
> 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)