2 Replies Latest reply on Sep 6, 2011 6:58 AM by 7kb

    a4j:loadBundle and Html Title

    7kb

      I'm using RichFaces 3.3 with facelets Spring and Jsf 1.2 and i encountered the following problem:

      I want to set the page title with a value from my message bundle. so i have something like

       

      <title>#{msg.someKey}</title>

      </head>

      <a4j:loadBundle basename="somePackage.MessageResource" var="msg" />

       

      It works fine as long as i use hard coded strings or the f:loadBundle tag.

       

      Has anyone an idea why this is happening and how i could resolve it?