views:

54

answers:

1

Is it possible to access the request object inside an struts2 action's execute() method?

My requirement is to get some parameter value from the request scope which is being sent by some third party site, using URL redirection.

A: 

the RequestAware interface is what you want.

hvgotcodes