[Wicket-user] wicket encoding problem, does wicket will be up to mark????

2006-10-18 Thread ketan gote
hello friends does wicket support UTF-8 setting by default, but it doesn't work in oracle application server . and also on tomcat? WebResponse webres = (WebResponse )getResponse(); HttpServletResponse hsr = webres.getServletHttpResponse(); Systsem.out.println(**+hsr

Re: [Wicket-user] wicket encoding problem, does wicket will be up to mark????

2006-10-18 Thread Erik van Oosten
Please read this: http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html Regards, Erik. ketan gote schreef: hello friends does wicket support UTF-8 setting by default, but it doesn't work in oracle application server . and also on tomcat? WebResponse webres =

Re: [Wicket-user] wicket encoding problem, does wicket will be up to mark????

2006-10-18 Thread Johan Compagner
If i test this (on tomcat) for example in the RequestCycle.detach() method the result is: UTF-8johanOn 10/18/06, ketan gote [EMAIL PROTECTED] wrote:hello friends does wicket support UTF-8 setting by default, but it doesn't work in oracle application server . and also on tomcat? WebResponse webres

Re: [Wicket-user] wicket encoding problem, does wicket will be up to mark????

2006-10-18 Thread Johan Compagner
aha.. but not always.. we seem to have a bug somewhere. will investigate.johanOn 10/18/06, Erik van Oosten [EMAIL PROTECTED] wrote:Please read this: http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.htmlRegards,Erik.ketan gote schreef: hello friends does wicket support UTF-8