0 Replies Latest reply on Jan 22, 2007 11:57 AM by yoav200

    resourceBundle not working...

    yoav200

      hello

      in my components.xml i have:

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


      when i try to get the countries resource i get null.
      for some reason this resource is not loaded.
      is this not the way to define a resource ?