I suggest you fix the Java encoding, -encoding, with JAVA_OPTS
Josep

2010/9/27 Oscar <oscar.kalde...@gmail.com>

> I gonna try that. Also, right now i tried using a different charset:
>
> <%@ page contentType="text/html; charset=ISO-8859-1" %>
>
> and it works!
>
> 2010/9/27 Maurizio Cucchiara <maurizio.cucchi...@gmail.com>
>
> > You can also try to add pageEncoding inside page directive:
> > <%@ page pageEncoding="UTF-8" contentType="text/html; *charset*=UTF-8" %>
> >
> > 2010/9/27 Maurizio Cucchiara <maurizio.cucchi...@gmail.com>
> >
> > > Which struts version are you using? Which application server? is it
> > running
> > > on linux or windows?
> > > Did you try to insert meta tag inside head section?
> > >
> > >  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
> > >
> > > Maurizio Cucchiara
> > >
> >
>
>
>
> --
> Oscar Calderón
> SCJP 6  <http://javahowto.net>
>

Reply via email to