Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-4454

css_xhtml hidden input adding table row markup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.20
    • 2.3.24
    • Other
    • None

    Description

      The hidden.ftl is being inherited from the xhtml theme. The xhtml theme has this markup

      <tr style="display:none;">
        <td colspan="2">
          <#include "/${parameters.templateDir}/simple/hidden.ftl" />
        </td>
      </tr>
      

      It seems like hidden.ftl now needs to be overridden in the css_xhtml theme with this instead:

        <#include "/${parameters.templateDir}/simple/hidden.ftl" />
      

      Attachments

        Activity

          People

            lukaszlenart Lukasz Lenart
            zepernick01 Paul Zepernick
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: