Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-31 Thread nino martinez wael
:/ 2011/3/31 Martin Grigorov : > rc3 is already cut. today is its last day for voting > > until rc4 you can add the custom filter before WicketFilter > > On Thu, Mar 31, 2011 at 10:01 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Is it possible to make rc3(including WICKET-3

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-31 Thread Martin Grigorov
rc3 is already cut. today is its last day for voting until rc4 you can add the custom filter before WicketFilter On Thu, Mar 31, 2011 at 10:01 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Is it possible to make rc3(including WICKET-3578) very quickly as this > is blocking our

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-31 Thread nino martinez wael
Is it possible to make rc3(including WICKET-3578) very quickly as this is blocking our product from being released? regards Nino 2011/3/30 Attila Király : > Hi, > > you are right this is the issue: request encoding is not set. I forgot it > but I use spring's CharacterEncodingFilter for that in a

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-30 Thread Attila Király
Hi, you are right this is the issue: request encoding is not set. I forgot it but I use spring's CharacterEncodingFilter for that in all my web apps (not just wicket ones). But I think this could be done in wicket 1.5 out of the box, so I made a patch for it: https://issues.apache.org/jira/browse/

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-30 Thread Andrea Del Bene
No, I'm running my application in a development environment, that is tomcat started by Eclipse and I've got just one application. Its web.xml is the following: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-30 Thread Martin Grigorov
Andrea, do you have any other filters which process the request before WicketFilter ? On Wed, Mar 30, 2011 at 4:34 PM, Andrea Del Bene wrote: > Hi, > > maybe I've got the same problem. I'm using Wicket 1.5 RC3 (but with tomcat > 6.0.32) and each italian character (èàòì...) went lost, even if pag

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-30 Thread Andrea Del Bene
Hi, maybe I've got the same problem. I'm using Wicket 1.5 RC3 (but with tomcat 6.0.32) and each italian character (èàòì...) went lost, even if page encoding was UTF-8. I've tried each of the previous suggestions but they didn't work. I've solved it adding a filter to my app, as described here

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-30 Thread nino martinez wael
I remember something about it, I'll try it and tell if it made a difference.. thanks 2011/3/30 Antoine van Wel : > Maybe this in application startup? > > getMarkupSettings().setDefaultMarkupEncoding("UTF-8"); > > > Antoine > > > On Wed, Mar 30, 2011 at 8:13 AM, nino martinez wael > wrote: >> A s

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-30 Thread Antoine van Wel
Maybe this in application startup? getMarkupSettings().setDefaultMarkupEncoding("UTF-8"); Antoine On Wed, Mar 30, 2011 at 8:13 AM, nino martinez wael wrote: > A screen shot? it's the text that should have shown this: > > "IT support vest æ ø å" > > http://www.imageupload.org/?d=4D92CA9C1 > >

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread nino martinez wael
A screen shot? it's the text that should have shown this: "IT support vest æ ø å" http://www.imageupload.org/?d=4D92CA9C1 2011/3/29 Attila Király : > Could you provide a small example showing the problem? > > Attila > > 2011/3/29 nino martinez wael > >> Yeah I think so, the file encoding are ut

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread Attila Király
Could you provide a small example showing the problem? Attila 2011/3/29 nino martinez wael > Yeah I think so, the file encoding are utf-8 > > Although this are in the header : > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml"; xml:lang="en" lang

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread nino martinez wael
Yeah I think so, the file encoding are utf-8 Although this are in the header : http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd";> We had the met

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread Attila Király
Yep I ment that and it looks ok. Is your html page in UTF-8 as well? Attila 2011/3/29 nino martinez wael > you mean like this: > > connectionTimeout="2" > redirectPort="8443" URIEncoding="UTF-8" /> > > Already done so.. Or? > > Thanks for helping.. > > 2011/3

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread nino martinez wael
you mean like this: Already done so.. Or? Thanks for helping.. 2011/3/29 Attila Király : > If this encoding issue is in url: did you configure Tomcat to use UTF-8 for > uri encoding (URIEncoding attribute on the HTTP connector)? The default > encoding for URI is ISO-8859-1 in Tomcat and UT

Re: Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread Attila Király
If this encoding issue is in url: did you configure Tomcat to use UTF-8 for uri encoding (URIEncoding attribute on the HTTP connector)? The default encoding for URI is ISO-8859-1 in Tomcat and UTF-8 in Jetty. Attila 2011/3/29 nino martinez wael > Hi Guys > > Im not sure if this is a wicket issu

Wicket 1.5 and Tomcat 7 encoding issues?

2011-03-29 Thread nino martinez wael
Hi Guys Im not sure if this is a wicket issue (I don't think so). But we are experiencing encoding(æøå) issues with Tomcat 7.0.11 after using Apache Wicket 1.5-rc2. However this issue does not occur when running Jetty.. Anyone has an idea on howto fix this? regards Nino ---