I work with jboss-seam-2.0.0.BETA1, jboss-4.2.1.GA.
On a xhtml the applicattion searchs on db depending on h:inputText
Messages works correctly. The problem is that the application works on spanish 
lenagauge with characters as í á ñ...
Words located on messages.properties are shown correctly on application.
When the user type on h:inputText word as garcía , and press button search, the 
h:inputText, changes garcía to garcía. Xhtml is enoding as UTF-8.

<s:decorate template="layout/display.xhtml">
                <ui:define name="label">#{messages.empleado_nif}</ui:define>
                <h:inputText id="nif" value="#{empleadoList.empleado.nif}"/>
</s:decorate>

What should I do?

thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100102#4100102

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100102

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to