0 Replies Latest reply on Dec 28, 2010 3:21 AM by scope_talka

    Seam and Paypal

    scope_talka
      Hi there,
      Please am in need of help regarding, getting values stored in a session ( Attribute ) from a seam @Stateful bean component. Basically, I send a request to servlet and perform the following :

      HttpSession session = request.getSession( true );
      session.setAttribute( "token", TOKEN_STR );

      My question now is how do I get this session value from a ( SimpleActionBean ) component? Basically, I need to display the stored ( value ) on the view page ( simpleAction.xhtml )

      Please somebody help.