Re: [T5.06] component action context does not support utf8!

2007-11-04 Thread Filip S. Adamsen
That's odd, to me it looks like the default charset is the one from org.apache.commons.codec.net.URLCodec - and that one uses UTF-8... -Filip Donyee skrev: > I got the answer from the sources, because the > ComponentActionDispatcher.java > decode the url with a default charset which doesn't suppo

Re: [T5.06] component action context does not support utf8!

2007-11-04 Thread Donyee
I got the answer from the sources, because the ComponentActionDispatcher.java decode the url with a default charset which doesn't support utf-8! I'm now trying to create a new dispatcher to solve this question. 2007/11/4, Filip S. Adamsen <[EMAIL PROTECTED]>: > > Hi Donyee, > > Have a look at this

Re: [T5.06] component action context does not support utf8!

2007-11-04 Thread Filip S. Adamsen
Hi Donyee, Have a look at this, it *might* help: http://wiki.apache.org/tapestry/Tapestry5Utf8Encoding -Filip Donyee skrev: I use the actionLink, and the context contains utf8 string, and the onUpdate(string str)... the str is ???, encoding wrong! ---

[T5.06] component action context does not support utf8!

2007-11-01 Thread Donyee
I use the actionLink, and the context contains utf8 string, and the onUpdate(string str)... the str is ???, encoding wrong!