0 Replies Latest reply on May 9, 2010 4:28 PM by boy18nj

    Is this correct way to load a message bundle ?

    boy18nj

      I am using this way to load message bundle for all pages inside pages.xml-

       

          <page view-id="*" bundle="messages_en">
              <navigation>
                  <rule if-outcome="home">
                      <redirect view-id="/home.xhtml"/>
                  </rule>
              </navigation>
          </page>

       

      instead of

       

      f:loadBundle.

       

      I have some issues with the default loading of message bundle.