Re: Internationalization and EL

2008-06-05 Thread Ralf Fischer
Hi, when you have the translations in a resource bundle, as you have now with your package.properties, you cannot simply get the translations from the stack, but have to invoke the getText method from you TextProvider. The TextProvider interface usually is implemented by your action as soon as yo

Internationalization and EL

2008-06-05 Thread Matthieu MARC
Hi everybody, I'm trying to play with internationalization but I have a small problem. Here is my code : My problem is in the label. %{displayName} return monday, tuesday, wednesday and I want to translate the label value. I tried : key="%{displayName}"