13 Replies Latest reply on Jun 1, 2011 4:55 PM by fkj

    FacesContext.getCurrentInstance() returns null within a Seam Remote method

    ranjithk

      I try to get the current instance of the FacesContext within a remote method but null is returned. I use a POJO, not the SB


      Is it allowed to work with FacesContext from within a webremote method? More specifically I would like to change the locale within this method.


      Any clues and suggestions will help. Thanks