RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Quinten Verheyen
and it does btw ;-) > -Original Message- > From: Quinten Verheyen > Sent: 15 December 2004 13:53 > To: Tomcat Users List > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > Aha, this explains a lot. I know what to do, one final thing > for me before ch

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Quinten Verheyen
st > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > Your code is calling request.setChar... sure, but then the > request ends when the page is finished displaying. Clicking > your form submit generates a NEW request which has nothing to > do with the previous reque

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Allistair Crossley
sed." > -Original Message- > From: Quinten Verheyen [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 11:44 > To: Tomcat Users List > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > Well, I tested the page on the following tomcat versions : > >

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Quinten Verheyen
uinten Verheyen > Sent: 15 December 2004 11:35 > To: Tomcat Users List > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > It was me who posted that :) > > I looked into the example servlet filter you gave me, in the > end it just calls request.setCharacterEncoding(

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Allistair Crossley
cember 2004 09:16 > To: Tomcat Users List > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > I tried that option already, doesn't make a difference .. > > <%@ page pageEncoding="utf-8" contentType="text/html; > charset=UTF-8" lang

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Quinten Verheyen
mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 10:48 > To: Tomcat Users List > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > oh yes sorry, it's because you need to set request encoding > on your form post. use a servlet filter. there was a post > within th

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Quinten Verheyen
="text/html; charset=UTF-8" %> Q > -Original Message- > From: Allistair Crossley [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 10:03 > To: Tomcat Users List > Subject: RE: char encoding bug in tomcat 5.0.25 ? > > > you-re missing a page directive

RE: char encoding bug in tomcat 5.0.25 ?

2004-12-15 Thread Allistair Crossley
you-re missing a page directive <%@ page contentType="text/html; charset=UTF-8" %> > -Original Message- > From: Quinten Verheyen [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 08:28 > To: Tomcat Users List (E-mail) > Subject: char encoding bug in tomcat 5.0.25 ? > > > Hi, *maybe* I'