Let me share my unique disappointment with performances 3.1, so far ... I use phew components in RichFaces application, everything is fine when I understood the problem, some characters in my native language are not displayed correctly, even UTF-8 encoding is declared in all places, I know this is necessary.
The problem arises when entering some special character, such as "São Paulo", in a and sending the page. The data after sending is re-displayed as "SÃÂ £ o Paulo"
I have already tried the following work:
1) Eclipse IDE: the ability to view a text file
2) jsf files:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
3) JBOSS server.xml:
<Connector protocol="HTTP/1.1" URIEncoding="UTF-8" port="${jboss.web.http.port}" address="0.0.0.0" redirectPort="${jboss.web.https.port}" />
4) web.xml:
<?xml version="1.0" encoding="UTF-8"?>
5) jsf file:
<h:form acceptcharset="UTF-8" enctype="application/form-data">
6) update the price list version to 3.2
Thanks for any help! ; -)
Guilherme
source share