[ 
https://issues.apache.org/jira/browse/MYFACES-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-3583.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.9
                   2.0.15
         Assignee: Leonardo Uribe
    
> 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
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 2.0.15, 2.1.9
>
>
> 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