2 Replies Latest reply on Jun 3, 2006 5:02 PM by theute

    Internalization problem of NavigationPortleet

      Hi

      I have modified NavigationPortlet - an custmoized navigation portlet.

      I found that within the render() method, resourceBundle.getString(key) doesn't work properly. It only can retrieve the resource bundle file like
      ResourceBundle.properties or ResourceBundle_en.properties. And cannot retrieve from other file like ResourceBundle_de.properties or ResourceBundle_de_DE files....

      However, resoure bundle works fine if the portlet is not extended from JBossPortlet but an JSR168 compatible portlet.

      Any suggestions?

      regards
      yang