Struts2, tiles2 and character encoding problem 2007-02-06 - By elin
Back
Hi,
I use struts2 and tiles2 in my web application. When my tiles result contains data with ?????? and I write the data using el, the characters are not displayed correctly. If I write the data with a struts tag, for example <s:property> the characters are displayed correctly.
If I do not to use a tiles result, just a simple jsp, the characters are displayed correctly when I use el.
I have specified struts.i18n.encoding=UTF-8 (See http://UTF-8.ora-code.com).
I use a CharacterEncodingFilter to set encoding to UTF-8 (See http://UTF-8.ora-code.com).
I specify <meta http-equiv="content-type" content="text/html; charset=UTF-8 (See http://UTF-8.ora-code.com)"/> on the page.
Any ideas?
/Elin
-- View this message in context: http://www.nabble.com/Struts2%2C-tiles2-and -character-encoding-problem-tf3181491.html#a8828883 Sent from the Struts - User mailing list archive at Nabble.com.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|