Re: Submitting UTF8 in a Form component using the GET method

2006-04-17 Thread Michael Lake
Thanks, Martin! That worked great! -m Martin Strand wrote: Hello Mike. I don't know, but I had a similar problem and fixed it by adding URIEncoding="UTF-8" for that connector in server.xml: -- Martin On Mon, 17 Apr 2006 21:10:27 +0300, Michael Lake <[EMAIL PROTECTED]> wrote: Ju

Re: Submitting UTF8 in a Form component using the GET method

2006-04-17 Thread Martin Strand
Hello Mike. I don't know, but I had a similar problem and fixed it by adding URIEncoding="UTF-8" for that connector in server.xml: -- Martin On Mon, 17 Apr 2006 21:10:27 +0300, Michael Lake <[EMAIL PROTECTED]> wrote: Just making a small test and outputting to the console shows that m

Submitting UTF8 in a Form component using the GET method

2006-04-17 Thread Michael Lake
Just making a small test and outputting to the console shows that my property on a page object isn't being set properly when submitting a form with UTF-8 characters and using the GET method. if I switch to POST, it comes out fine.. I really need the GET method (I have my reasons...) I'm us