Ok I think i localized the problem, but i don't know how to fix it. <[EMAIL PROTECTED] language="java" pageEncoding="UTF-8" contentType="text/html; charset=utf8" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <f:loadBundle basename="resources.application" var="bundle"/> <f:view> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title><h:outputText value="#{bundle['welcome.title']}" /></title> </head> <body> <H1>поздрави!</H1> <h3><h:outputText value="#{bundle['welcome.heading']}" /></h3> <p><h:outputText value="#{bundle['welcome.message']}" /></p> </body> </html> </f:view>
I you see the cyrillic text in the <H1>..</H1> it displays correctly on the web page. But the text that is taken from the property files comes like monkeys. The property file is UTF-8 there is no doubgth. I double checked it. So for some reasone the <h:outputtext> or the resourcebundle is causing problems. Do you have any idea? -- View this message in context: http://www.nabble.com/MyFaces-cyrillic-tf3360867.html#a9350083 Sent from the MyFaces - Users mailing list archive at Nabble.com.

