2 Replies Latest reply on Apr 3, 2009 2:15 PM by eigenbrodtm

    JSF does no longer load messagebundles

      I've got a problem with jsf Messagebundle which I beliebe to be caused by webbeans. I've got A JSF page that load a resource bundle:
      <f:loadBundle var="msg"   basename="de.my.basename" />

      and later uses the values:

      .. #{msg.label_velocity} ..

      This worked fine with an older Snapshot of WebBeans but since I updated to the current version I only getStrings like:

      Namespace(msg.label_velocity.)

      Any Ideas?