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



Reply via email to