users@woodstock.java.net

Internationalization problem

From: Paolo Proni <pproni_at_elettronicagf.it>
Date: Fri, 11 Apr 2008 18:09:49 +0200

Hi, I have downloaded the last version of Woodstock components.
 I downloaded the Woodstock.4.2-l10n-200803201809.jar too.

Then I updated the faces-config.xml like this:
    <application>
        <locale-config>
            <default-locale>it_IT</default-locale>
            <supported-locale>it_IT</supported-locale>
        </locale-config>
    </application>

Now I have a simple jsf in Netbeans with a "addRemove" and a couple of
calendar components.
In the IDE I see the Italian messages, while after I deploy I see the
English one in the browser!!!!

Inside the list boxes of the "addRemove" component, I see the Italian
translated words "Elemento 1" "Elemento 2" "Elemento 3" instead of the
"Item 1" "Item 2" "Item 3".
But why I read "Add >" instead of "Aggiungi >" ???

I am becoming crazy with this, can anybody help me?

Paolo

I