On 12/19/2017 1:38 AM, Emi wrote:
> Value entered é in jsp
> 
> 
> (3) Action bean get value:               é.
> 
> 
> Can someone let me know what config is wrong/missing please?

Have you checked your container (e.g. tomcat, jetty, etc) config? for 
example in tomcat, add "URIEncoding="UTF-8" attribute to your Connector 
in server.xml. like `<Connector port="8080" protocol="HTTP/1.1" 
connectionTimeout="20000"  redirectPort="8443" URIEncoding="UTF-8"/>` [1].

I hope this helps.

[1] https://wiki.apache.org/tomcat/FAQ/CharacterEncoding

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to