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:
<Connector
port="8080"
...
URIEncoding="utf-8"
...
/>
--
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 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 using Tapestry 4.01 on Tomcat 5.5
any ideas?
thanks,
mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]