You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/03/19 10:06:42 UTC

[jira] [Commented] (WW-4454) css_xhtml hidden input adding table row markup

    [ https://issues.apache.org/jira/browse/WW-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368727#comment-14368727 ] 

Hudson commented on WW-4454:
----------------------------

SUCCESS: Integrated in Struts-JDK6-master #904 (See [https://builds.apache.org/job/Struts-JDK6-master/904/])
WW-4454 Adds dedicated hidden.ftl template to avoid problems with layout (lukaszlenart: rev 5e74fcd946b932725fe5f4640d1092bf6ea6d2f9)
* core/src/main/resources/template/css_xhtml/hidden.ftl


> 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)