Mathias Werlitz created MYFACES-3583:
----------------------------------------

             Summary: h:outputFormat renders unneccessary <span> tag
                 Key: MYFACES-3583
                 URL: https://issues.apache.org/jira/browse/MYFACES-3583
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.1.8
            Reporter: Mathias Werlitz
            Priority: Minor


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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to