Dave is right that it suggests its bad design but if you really need it you
can get your action to implement servletrequestaware:

http://struts.apache.org/2.0.11/struts2-core/apidocs/org/apache/struts2/interceptor/package-summary.html

Might be better to create a threadlocal in an interceptor to store t
relevant info in a dto and access it that way-it seems a more cross cutting
concern. You definitely don't want pass t request to your service/dao
layers!
 On 27 May 2011 13:10, "Dave Newton" <davelnew...@gmail.com> wrote:

Reply via email to