I\'m getting a \'No thread-bound request found\' error in my web app and hoping to get some help. I\'m trying to use struts2 + spring + hibernate, and use spring to manage t
To use request scope without Spring MVC, you should declare RequestContextListener in web.xml (see 3.5.4.1. Initial web configuration):
RequestContextListener
... org.springframework.web.context.request.RequestContextListener ...