Struts 2 version? Which encoding do you see if you press CTRL+i on firefox?
2010/9/27 Oscar <oscar.kalde...@gmail.com> > Thanks Maurizio, but that's not the problem, because i have already this > header that is the same as yours: > > <%...@page contentType="text/html" pageEncoding="UTF-8"%> > > But i tried using your header and i get the same result. > > Regards. > > 2010/9/27 Maurizio Cucchiara <maurizio.cucchi...@gmail.com> > > > Hi Oscar, > > > > > > 2010/9/27 Oscar <oscar.kalde...@gmail.com> > > > > > Exist a way to tell struts 2 how to encode those characters? > > > > > > There is a simple way: > > put this line on top of you jsp file: > > <%@ page contentType="text/html; charset=UTF-8" %> > > > > Hope this help > > > > Maurizio Cucchiara > > > > > > -- > Oscar Calderón > SCJP 6 <http://javahowto.net> >