-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
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:
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'
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
-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
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
6 matches
Mail list logo