Re: Spanish characters

2007-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juan, Juan Espinosa 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"%> My experience with JSP is very limited, but I think that you

Re: Spanish characters

2007-02-15 Thread Borut Hadžialić
e 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:

Re: Spanish characters

2007-02-15 Thread Shuai Zheng
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'

RE: Spanish characters

2007-02-15 Thread Juan Espinosa
es, 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 you

Re: Spanish characters

2007-02-15 Thread Christopher Schultz
-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 "spe

Re: Spanish characters

2007-02-15 Thread Shuai Zheng
Add the following line into your web.xml SetCharacterEncoding org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 SetCharacterEncoding *.jsp SetCharacterEncoding *.action BTW: spring.jar must in your class path. Regards, Zheng Shuai On 2/15/07, Juan Esp