3 Replies Latest reply on Aug 8, 2007 10:18 AM by harpritt

    SEAM Labels resourceBundle.bundleName

    harpritt

      Hi Lads / Ladies

      ive a Jar with all my seam beans + seam.properties

      and a War with all my xhtml and config files including messages.properties, messages_en.properties and messages_dn.properties (in WEB-INF\classes)


      now, where and how the heck do i specify which property file to use through out my app for messsages... at the momment it seems to be picking messages.en because its the last to be loaded (alphabetically).

      i tried
      resourceBundle.bundleName=messages_dn
      in seam.properties.... but that didnt work..

      Any help as allway is greatly appreciated

      H