You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nikola Milutinovic <Ni...@ev.co.yu> on 2002/02/20 09:54:55 UTC

Re: Input from a FORM - encoding problem SOLVED

The solution was to set the character encoding on the request (not on the response) object. Aparently, the parameters of the request are fetched on method call, which is a nice thing :-)

Thanks to all who helped.

And, by the way, IE6 doesn't honour "enctype" of the FORM, just splashes it's default, which doesn't include encoding info.

Nix.