0 Replies Latest reply on Oct 21, 2006 4:21 AM by germit

    JSF Portlet with international content

    germit

      Hello,

      we have a problem accessing a map property of a session bean from a xhtml page.

      There is a Map<String, MyObject> well configured to be filled with the right data on database load. I want du access it dynamically depending on the selected local, but it only works hardcoded:

      #{es.locales['de'].title}


      but i want to have it like that:
      #{es.locales[resourceBundle.locale].title}


      is there a chance to get it work as we want to have it?