I am prototyping a site which accepts and display Chinese characters. These functionalities were working fine with the Sun RI with Struts Tiles. However, once I switched to MyFaces, and using the built-in Tiles Servlet, I was having problem entering Chinese characters (enctype = "utf-8"), the characters turned out to be unreadable, meanwhile the displaying is ok. I suspected it is to do with the RendererKit, but I could not figure out what went wrong. I wonder if anyone has experienced any problem using Tiles with non-default encoding. Thanks in advance.

