0 Replies Latest reply on Sep 2, 2010 7:47 AM by vishal3007

    Loading resource bundle from Jar

    vishal3007

      Hi,

       

      In my application i have a local resource bundle name as "resources*.properties".

      We are also using a Jar file, which has its own resource bundle and it is same as my application's local resource bundle ("resources*.properties").

      At runtime resource keys from the Jar file are not accessible. I am using seam way to access the resource files.

       

      <core:resource-loader>
        <core:bundle-names>
         <value>resources</value>
         <value>error_messages</value>
        </core:bundle-names>
      </core:resource-loader>

       

       

      Is there anthing else i need to do to get it work??