There is a similar problem with encoding defaulting to ISO-8859 what ever the browser did send as encoding. This is because the servlet container is unable to interpret the multi-part encoding a solution is to use a constant enconding in your forms (using the acceptEncoding parameter) and always assume this is what browser will use. :/
Le Mardi 24 Mai 2005 09:33, Lixin Chu a écrit : > Hi, > I always get null from request.getChaaracterEncoding(), do not know why. > > I am using Tomcat 5.5.7, Struts 1.1. Tested IE 6.0 and FireFox. Which > ever encoding I select in browser, my servlet always reprots as null > from the above call. > > thanks for any info! > li xin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Royal Meteorological Institute of Belgium - Is there life after /sbin/halt -p? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]