0 Replies Latest reply on Aug 22, 2006 6:27 PM by nicola9000

    J2ee  application to Seam Application communication by HttpS

      I have a traditional X.ear application
      Now i have a new Y.ear seam application.

      X put an Object OB in HttpSession.
      Than i launch Y from a normal menu.

      How can i get the OBject OB from the HttpSession in a stateless action component of my seam application ?

      Thanks