| Author |
how to communicate between struts and session
|
Sean Li
Ranch Hand
Joined: Feb 27, 2002
Posts: 154
|
|
the perform method in class action look like this: public ActionForward perform(ActionMapping mapping,Actionform form,HttpServletRequest req,HttpServletResponse res) how can i transfer some variables to the session cause there's no session to set***(). and how can i transfer the session variables to the method because there's no session to get***(). is there any good solution to this question? i'm just not very familier with jsp. thanks and waitting for experts' reply.
|
 |
Buzz Andersen
Ranch Hand
Joined: Aug 28, 2001
Posts: 54
|
|
Sean, The HttpServletRequest which is passed into your perform method has a method called getSession(), which returns the user's session. See the JavaDoc... Buzz [ September 10, 2002: Message edited by: Buzz Andersen ]
|
 |
 |
|
|
subject: how to communicate between struts and session
|
|
|