Hi,

I have a problem AutoCompleteTextField and accentuated characters. When I
type characters within the us-ascii set, there is no problem, but as soon as
I use other characters (like 'é'), it doesn't work. The wrong character is
received.
With the Ajax debugger I can see that what is sent is wrong (or maybe
encoded?). For a 'é', it sends is '%C3%A9'. That what is received as the
parameter of the "getChoices" method.

Is there something I can do about that?
I am using Wicket 1.3.5

Thanks...
-- 
View this message in context: 
http://www.nabble.com/AutoCompleteTextField-and-accentuated-characters-tp22637037p22637037.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to