2 Replies Latest reply on Nov 21, 2006 3:33 PM by holgerprause

    addFromResourceBundle() Question / Problem

      Hello,

      i have the following code :

      FacesMessages.instance().addFromResourceBundle("loginError", "parameter1");


      and in my messages file:

      loginError=wrong password for user: {0}


      The static text is output correctly.
      But the el expression {0} (first parameter should be output)is not evaluated, from the api and the jsf tutorials i read, it should work this way, what am i doing wrong?

      Thank your very much,

      Holger