You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jan Malach (JIRA)" <de...@myfaces.apache.org> on 2009/08/21 11:02:14 UTC

[jira] Created: (MYFACES-2336) h:outputText escape="false" does not work with initial request

h:outputText escape="false" does not work with initial request
--------------------------------------------------------------

                 Key: MYFACES-2336
                 URL: https://issues.apache.org/jira/browse/MYFACES-2336
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.7
         Environment: Tomcat 5.5.25
            Reporter: Jan Malach


<f:loadBundle var="msgs" basename="messages"/>
...
<h:outputText escape="false" value="#{msgs.indexNavHelpP1}"/>

where messages_cs.properties contains 
indexNavHelpP1=Stru\u010dn\u00fd n\u00e1hled cesty zobraz\u00edte kliknut\u00edm na polo\u017eku seznamu v prav\u00e9m prav\u00e9m panelu nebo kliknut\u00edm na ikonu v map\u011b.

The massages is written to resulting page with escaped characters by the initial request, but when I reload page, characters are un-escaped.

In sun jsf-1.1_02-b08 implementation the message is un-escaped every time (even by the first request).  You can doublecheck this isssue by visiting
http://www.geotrips.eu/   (Sun RI) vs.
http://www.geotrips.eu/root-jsf-myfaces/  (myfaces-core-1.1.7)
switch to Čeština (czech lang right in main menu) and check the javascript popup with localized text Nápověda (Help - right in the main menu).


Thanks 
  webmaster@geotrips.eu

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.