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 <bean:message key="what.ever.label"/>
> 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?  tia.
>
> Do you get '????' for any locale, or only when you try to use the
> specific local? If the former, you don't have your message resources
> configured correctly, and it isn't finding either .properties file. You
> should be seeing a warning or error during startup of your Struts app in
> that case.
>
> If the problem only occurs when you switch locale, it may be a problem
> with how you're specifying the locale or it could be a problem with the
> .properties file itself (e.g. saved with wrong encoding).
>
> You'll need to provide more detail about your configuration and observed
> behaviour to get more specific diagnostics.
>
> L.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to