Re: AutoCompleteTextField and accentuated characters

2009-03-24 Thread Maarten Bosteels
t; >> to be caused by Tomcat's URL encoding. By default, Tomcat uses the > >> system > >> >> encoding for URLs. You will have to edit the Tomcat configuration to > >> >> change > >> >> this: > >> >> > >> >> 1. Open $CATALINA_

Re: AutoCompleteTextField and accentuated characters

2009-03-24 Thread Thierry Leveque
>> this: >> >> >> >> 1. Open $CATALINA_HOME/conf/server.xml >> >> >> >> 2. Locate the that is being used. If you are accessing >> Tomcat >> >> directly, this will be the HTTP/1.1 connector. If you have Tomcat >> >> fronted >

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Thierry Leveque
TTP/1.1 connector. If you have Tomcat > >> fronted > >> by > >> Apache HTTPd, this will be the AJP connector. If in doubt, edit both. > >> > >> 3. Add the attribute: URIEncoding="UTF-8". > >> > >> Example: > >> > >&

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread mbrictson
ector. If in doubt, edit both. >> >> 3. Add the attribute: URIEncoding="UTF-8". >> >> Example: >> >> > connectionTimeout="2" >> redirectPort="8443" >> URIEncoding="UTF-8" /> >&g

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Thierry Leveque
JP connector. If in doubt, edit both. > > 3. Add the attribute: URIEncoding="UTF-8". > > Example: > >connectionTimeout="2" > redirectPort="8443" > URIEncoding="UTF-8" /> > > -- > Matt > &g

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread mbrictson
tleveque wrote: > > 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 > i

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Marcelo Morales
I have in my db. >>> >> > >>> >> > You say that it is actually UTF-8 in the request. Good that is what I >>> >> > thought first, but why in the java code it is not interpreted >>> correctly? >>> >> > From what I remember,

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Marcelo Morales
ctually UTF-8 in the request. Good that is what I >> >> > thought first, but why in the java code it is not interpreted >> correctly? >> >> > From what I remember, Java string are always in UTF-8. No? >> >> > >> >> > Thierry >> >

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Thierry Leveque
that is what I > >> > thought first, but why in the java code it is not interpreted > correctly? > >> > From what I remember, Java string are always in UTF-8. No? > >> > > >> > Thierry > >> > > >> > > >> > On

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Marcelo Morales
ways in UTF-8. No? >> > >> > Thierry >> > >> > >> > On Mon, Mar 23, 2009 at 10:30, Michael Sparer >> > wrote: >> > >> >> >> >> it isn't the 'wrong character' it's é in UTF8 which is perfectly fi

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Thierry Leveque
rote: > > > >> > >> it isn't the 'wrong character' it's é in UTF8 which is perfectly fine > -so > >> you > >> end up with an é at the end of the line - so what's the problem again? > >> :-) > >> > >> regards, > >>

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Michael Sparer
erry > > > On Mon, Mar 23, 2009 at 10:30, Michael Sparer > wrote: > >> >> it isn't the 'wrong character' it's é in UTF8 which is perfectly fine -so >> you >> end up with an é at the end of the line - so what's the problem again? >

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Thierry Leveque
at's the problem again? :-) > > regards, > Michael > > > tleveque wrote: > > > > Hi, > > > > I have a problem AutoCompleteTextField and accentuated characters. When I > > type characters within the us-ascii set, there is no problem, but as so

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Michael Sparer
it isn't the 'wrong character' it's é in UTF8 which is perfectly fine -so you end up with an é at the end of the line - so what's the problem again? :-) regards, Michael tleveque wrote: > > Hi, > > I have a problem AutoCompleteTextField and accentuated

AutoCompleteTextField and accentuated characters

2009-03-21 Thread tleveque
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