05-29-06 09:56 PM
It works!!!!
Thaks a lot Marta
"Marta L" <mlorenzo@opennorte.com> escribió en el mensaje
news:e54505$1jg5q$1@news.boulder.ibm.com...
> This sounds too familiar to me. It's due to the encoding and we solved it
> replacing the encoding tag within the template.
> Before:
> <%@ page language="java" contentType="text/html; charset=UTF-8"%>
>
> After (the right one):
> <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
> pageEncoding="ISO-8859-1" %>
>
> Goog luck!
>
>
> "Ivan Bacelis" <bacelth@hotmail.com> escribió en el mensaje
> news:e529l9$20o0m$1@news.boulder.ibm.com...
> the
> "ñ"
> looking
>
>
[ Post a follow-up to this message ]
|