You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Peter Cheung <ps...@gmail.com> on 2004/11/23 15:04:54 UTC

Encode Problem With Struts Tiles

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.