Hi Tobias, I just made an interesting observation. I changed the the first line of one page from <?xml version="1.0" encoding="UTF-8"?> to <?xml version="1.0" encoding="ISO-8859-1"?> (btw I'm using Facelets instead of JSP) and removed my javascript function which converted "Böhm" to "Böhm".
Now, the POST-Message contains "Böhm", but nevertheless on server side the umlauts are missing. Now I feel a little helpless why's that, in the end the server get's the same data... Kind regards Simon -- View this message in context: http://old.nabble.com/-TRINIDAD--Issue-with-Trinidad%27s-javascript-and-UTF-8-tp27988154p27997140.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

