You must call request.setCharacterEncoding *before* you read anything from your request.
The most convenient way to do this is using a filter, like mr. Zheng suggested. On 2/15/07, Juan Espinosa <[EMAIL PROTECTED]> wrote:
Dou you mean that i must put in every jsp page something like this <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> Juan -----Mensaje original----- De: Christopher Schultz [mailto:[EMAIL PROTECTED] Enviado el: jueves, 15 de febrero de 2007 11:09 Para: Struts Users Mailing List Asunto: Re: Spanish characters -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Juan and Zheng, Shuai Zheng wrote: > Add the following line into your web.xml It's only appropriate to use the CharacterEncodingFilter to force your requests to be UTF-8 if all your pages are being /served/ in UTF-8. Since you want to deal with "special" characters, you should set everything to UTF-8. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF1Glo9CaO5/Lv0PARAorUAKCAL0/IGrLHb6RtCTGx6CAvrlpJBgCgr6nS rIFEqFCSlJW2sz7XzYJORr0= =vk4l -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.39/687 - Release Date: 14/02/2007 16:17 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.39/687 - Release Date: 14/02/2007 16:17 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Why? Because YES! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]