RE: HttpSession in ActionForm

2003-01-06 Thread shirishchandra . sakhare
Hi Amit, The clear way of doing this would be in the action class.So the action class should retrieve the data from session and set it on the beanThe bean itself should not have the logic of retrieving the data -Original Message- From: amit [mailto:[EMAIL PROTECTED]] Sent:

Re: HttpSession in ActionForm

2003-01-06 Thread samit.goyal
Sorry dear, not a perfect solution, but there is a workaround. guess, it may help you. if you use a validate method, there you can get the HttpSession object from the request. thereafter you can pass it to other methods... otherwise you may pass the session object when you call your business