1 Reply Latest reply on Jun 12, 2009 5:35 PM by lvdberg

    Retrieving Current Conversation

    oyesiji77

      Normally in JSF if i want to retrieve the current session I would write

      FacesContext.getCurrentInstance().getExternalContext().getSessionMap();



      Now in Seam I know that there are many Conversation contained in the Session, How do i retrieve the current
      conversation