Rafał Gierusz wrote:

>I have filter... configured the same way as in your letter... that is
>why I had written that I have request charset encoding set to UTF-8.
>
>Any others ideas? :-)
>
>  
>
What output are you getting exactly?

Try testing with a simple vm page like this:

<html>
<body>
<p> Your locale is: $request.locale </p>
<p> this text should be polish: $text.test.polish.sentence
</body>
</html>

Add something like this to your application.properties file:
test.polish.sentence=test polish sentence from the default bundle

Then add something like this to your application_po.properties file
test.polish.sentence=test polish sentence from the polish bundle


What output do you get for the above page?

Cheers,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to