Re: I18n Struts problem

2007-12-28 Thread Paul Benedict
You probably are not using UTF-8 encoding on your pages. This can be configured using the JSP page directive. On Dec 11, 2007 7:57 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Chris Pat wrote: > > Hello > > In my app I write the labels with > and I have an ApplicationProperties.properties, > A

Re: I18n Struts problem

2007-12-11 Thread Laurie Harper
Chris Pat wrote: Hello In my app I write the labels with and I have an ApplicationProperties.properties, ApplicationProperties_el.properties with the modified \uXXXx encoding of the labels in language. I then used this for local switching and I still get the . Am I missing something? t