tags:

views:

22

answers:

0

Hi. I have a j2ee application running on struts & spring. Currently I have no control over my action class. I cn just set a particular class as its business logic class by setting it as property of the action class in the xml. In my business logic class i need to get the request so that i cn store something on the request which I will use on the page where the action class will redirect after executing my business logic class. HOw do i get the request on a plain simple java class.