1 Reply Latest reply on Jun 17, 2008 2:10 PM by sducas.sducas1.gmail.com

    FacesMessage with SOAP webservices

    sducas.sducas1.gmail.com

      Hello,


      I'm currently making a SOAP facade on a CRUD application written with seam crud framework...


      My goal is to transmit FacesMessages to the client in each responses...


      It don't work because FacesMessages.getCurrentMessages throws NPE when calling FacesContext.getCurrentContext().getMessages()....


      I can see that org.seam..FacesMessages has a List(String) facesMessage field without any getter on it...


      I really need to read this field in my case... is there any way to read this field?


      Is it planned to put any getter on that field on futur releases of seam?


      THX!!