2 Replies Latest reply on Jul 10, 2007 5:34 AM by maku01

    ResourceBundle mystery

    maku01

      Hi,

      I defined an additional resource-bundle with the following definition in components.xml (Seam 2.0B)

      <core:resource-bundle>
       <core:bundle-names>
       <value>messages</value>
       <value>common</value>
       </core:bundle-names>
      </core:resource-bundle>


      I see in my debug session that the bundle "common" is loaded. But I've no success to access a key defined in it when I try it in a xhtml page.

      #{messages.maintenance} -> works
      #{common.maintenance} -> doestn't work

      Same key is availabe in both files.

      Could anybody give me a hint what's going on?

      TIA