1 Reply Latest reply on Jan 20, 2010 7:47 AM by ssilvert

    Help Needed - How to get Session Value in JSF

      Hi All,

       

      I have set the value in Session , but how to get this value in JSF ??

       

      Is it possible in JSF or not ?

       

      Please find the code 4 setting the Value -

       

      FacesContext.getCurrentInstance().getExternalContext().getSessionMap().put(KEY, value);