Re: [t5] decoding utf-8 in form submissions

2007-10-24 Thread Lauri Benno
it a form that has characters outside the English >>>>>> alphabet (like ö,ä,ü) in it. As I'm using Jetty I did even set >>>>>> org.mortbay.util.URI.charset=UTF-8 but still no help. >>>>>> What am I missing here? >>>>>> >>>>>> Below is my dev environment: >>>>>> Tapestry 5.0.6-SNAPSHOT >>>>>> Java 6 u3 >>>>>> Maven Jetty plugin (Jetty 6.1.6rc0) >>>>>> OS: openSuse 10.3 >>>>>> >>>>>> >>>>>> Lauri >>>> >>>> - >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>> - >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-t5--decoding-utf-8-in-form-submissions-tf4666126.html#a13382147 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [t5] decoding utf-8 in form submissions

2007-10-24 Thread Nick Westgate
There is an issue tracking this problem, and Dan Gredler is assigned to it: https://issues.apache.org/jira/browse/TAPESTRY-1723 In the meantime, if you really needed to you could try applying the patch from the issue to a local build of T5. Cheers, Nick. Lauri Benno wrote: As a remark, I'd li

Re: [t5] decoding utf-8 in form submissions

2007-10-24 Thread Ken
Thanks a lot ! I found there is no j2ee in my environment, oops. I installed it then everythig OK ! Ken Nick Westgate wrote: Look at the Tapestry console output for exception logging. The changes you have made are not necessary. --

Re: [t5] decoding utf-8 in form submissions

2007-10-24 Thread Lauri Benno
>> org.mortbay.util.URI.charset=UTF-8 but still no help. >>>> What am I missing here? >>>> >>>> Below is my dev environment: >>>> Tapestry 5.0.6-SNAPSHOT >>>> Java 6 u3 >>>> Maven Jetty plugin (Jetty

Re: [t5] decoding utf-8 in form submissions

2007-10-24 Thread Nick Westgate
Look at the Tapestry console output for exception logging. The changes you have made are not necessary. Cheers, Nick. Ken wrote: Hi, I copied 'buildUtf8Filter' method from the URL below (in citation) and add: configuration.add("Utf8Filter", utf8Filter); in my AppModule. Then I got: H

Re: [t5] decoding utf-8 in form submissions

2007-10-23 Thread Ken
Hi, I am using Tapestry 5.0.5. Thanks. Ken Hi, I copied 'buildUtf8Filter' method from the URL below (in citation) and add: configuration.add("Utf8Filter", utf8Filter); in my AppModule. Then I got: HTTP ERROR: 500 Internal Server Error RequestURI=/sample/ Powered by Jetty://

Re: [t5] decoding utf-8 in form submissions

2007-10-23 Thread Ken
Hi, I copied 'buildUtf8Filter' method from the URL below (in citation) and add: configuration.add("Utf8Filter", utf8Filter); in my AppModule. Then I got: HTTP ERROR: 500 Internal Server Error RequestURI=/sample/ Powered by Jetty:// What am I wrong? I have some concern. 1. in

Re: [t5] decoding utf-8 in form submissions

2007-10-21 Thread Lauri Benno
[EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comm

Re: [t5] decoding utf-8 in form submissions

2007-10-21 Thread Nick Westgate
If you are using file upload there may be an incompatibility. Otherwise, are you sure you added this line to contributeRequestHandler()? configuration.add("Utf8Filter", utf8Filter); // handle UTF-8 Cheers, Nick. Lauri Benno wrote: Hi, I'm totally lost on this. I'm using UTF-8 on my applic

[t5] decoding utf-8 in form submissions

2007-10-21 Thread Lauri Benno
Hi, I'm totally lost on this. I'm using UTF-8 on my application and output is working fine. I followed instructions on http://wiki.apache.org/tapestry/Tapestry5Utf8Encoding and added UTF-8 filter to AppModule but I'm still receiving gibberish in my page class when I try to submit a form that has c

[t5] decoding utf-8 in form submissions

2007-10-21 Thread Lauri Benno
Hi, I'm totally lost on this. I'm using UTF-8 on my application and output is working fine. I followed instructions on http://wiki.apache.org/tapestry/Tapestry5Utf8Encoding and added UTF-8 filter to AppModule but I'm still receiving gibberish in my page class when I try to submit a form that has c