Uploaded image for project: 'MyFaces Test'
  1. MyFaces Test
  2. MYFACESTEST-41

Allow the definition of resourcebundle by name as in faces-config.xml file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1
    • 1.0.2
    • Mock Objects
    • None

    Description

      In some projects, we need programmaticly access to the resourceBundle defined in the faces-config.xml.

      java code:
      FacesContext context = FacesContext.getCurrentInstance();
      Application application = context.getApplication();
      ResourceBundle rb = application.getResourceBundle(context, "msg");

      faces-config.xml :
      <resource-bundle>
      <base-name>org.apache.myfaces.test.messages</base-name>
      <var>msg</var>
      </resource-bundle>

      If during a test, the code is called that looks up the resource bundle, a NullPointerException is throw since the resouce bundle isn't found.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rdebusscher Rudy De Busscher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: