3 Replies Latest reply on Jan 17, 2007 11:49 AM by smartbinary

    resource bundle problem

    yoav200

      I'm trying to add a new resource, I?ve add this code to components.xml

      <component name="org.jboss.seam.core.resourceBundle">
       <property name="bundleNames">
       <value>resources.countries</value>
       </property>
      </component>
      


      And created a resource loader class that tries to inject the countries resource
      @In(create=true)
      private Map<String, String> countries;
      


      But the resource doe's not exist. If I look at the debug I see only the org.jboss.seam.core.messages.component but no countries.