RE: Problem with utf-8 encoding with struts

2004-06-04 Thread Piero Colagrosso
es config, etc...) which might incorrectly override and 'break' the required encoding. Cheers, Piero > -Original Message----- From: John Cavacas Subject: RE: Problem with utf-8 encoding with struts Date: Mon, 17 May 2004 21:24:50 -0700 This is not just a problem with JSTL, i

RE: Problem with utf-8 encoding with struts

2004-05-17 Thread John Cavacas
as UTF-8. But that's a story for another day. john > -Original Message- > From: Ronald van den Heuvel [mailto:[EMAIL PROTECTED] > Sent: May 17, 2004 7:50 AM > To: Struts Users Mailing List > Subject: RE: Problem with utf-8 encoding with struts > > Hm ok I will

RE: Problem with utf-8 encoding with struts

2004-05-17 Thread Ronald van den Heuvel
ts Users Mailing List' > Subject: RE: Problem with utf-8 encoding with struts > > > This can happen if you use JSTL tags which overwrite whatever response > encoding you set. > > This can be fixed by using a filter to force the encoding > > http://www.an

RE: Problem with utf-8 encoding with struts

2004-05-17 Thread Paul McCulloch
That's an old version I gave the URL for. A better place to look would be in the Tomcat source. Paul > -Original Message- > From: Paul McCulloch [mailto:[EMAIL PROTECTED] > Sent: Monday, May 17, 2004 12:47 PM > To: 'Struts Users Mailing List' > Subject: R

RE: Problem with utf-8 encoding with struts

2004-05-17 Thread Paul McCulloch
This can happen if you use JSTL tags which overwrite whatever response encoding you set. This can be fixed by using a filter to force the encoding http://www.anassina.com/struts/i18n/SetCharacterEncodingFilter.java Paul > -Original Message- > From: Ronald van den Heuvel [mailto:[EMAIL P