My guess would be that AjaxCompleteTextField doesn't use POST to send 
the entered string to server, it uses get instead. Which means that the 
string is part of URL.

-Matej

Flemming Boller wrote:
> Hi
> 
> I just wanted to share a little trick with you guys who might also be 
> struggling with this.
> 
> I have deployed an application on my linux box. Danish characters (æøå) 
> works fine, no problem.
> 
> Then we add AutoCompleteTextField to make search more nice on one page. 
> And here comes the problem.
> 
> The autocomplete will not work with æøå, but if I used %F8 instead og ø, 
> it worked.
> 
> After some hair-pulling I found  (thanx to woogle.billen.dk 
> <http://woogle.billen.dk>)
> 
> http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html
> 
> which did the job.
> 
> If somebody can explain why it do work, please do..because æøå works in 
> all other input fields.
> 
> 
> Regards
> Flemming
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to