Having my s2 action classes implement ServletRequestAware works great for 
getting request parameters.  However it doesn't look like non-action classes 
can implement this interface to get the parameters.  Since I offload my action 
class execute() processing to a service class (which is injected into the 
action via spring), I would like the service class to have access to the 
request parameters.  Is the only way to accomplish this to pass the parameters 
reference from the action to the service class?  I was hoping to have the 
parameters somehow injected into the service class.

Thanks..

_________________________________________________________________
Windows Liveā„¢: Keep your life in sync. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009

Reply via email to