Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3583

h:outputFormat renders unneccessary <span> tag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.8
    • 2.0.15, 2.1.9
    • None
    • None

    Description

      Setting escape="false" on h:outputFormat causes rendering of an unneccessary <span> tag.
      Setting escape="false" on h:outputText does not render the <span> tag.

      Example:

      <h:outputFormat value="some value" escape="false" /> renders: <span>some value</span>

      I would expect only the unescaped value to be rendered without the <span> tag like h:outputText does.

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              mathias.werlitz Mathias Werlitz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: