You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Enrico Drusiani <ed...@zensistemi.com> on 2008/08/20 16:02:47 UTC

Character Encoding Problem

Hi Everyone

i'm using MyFaces implementation 1.1.5 on jboss 4.2.2 and seam 1.2. I'm 
having a problem in showing proper characters in ajax comboboxes.

The code is

xmlns:sa="http://myfaces.apache.org/sandbox"
...
<sa:inputSuggestAjax charset="iso-8859-15" id="#myID" 
suggestedItemsMethod="#{myclass.getSuggestItems}" />

instead of "รจ" i'm getting &#232; I've checked on both db and code, and 
it goes correctly until this ajax call. Any suggestion?

Thanks for your time

Enrico Drusiani