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
If you are configuring your app using Java instead of XML the same conf can be applied in
public void onStartup(ServletContext servletContext) throws ServletException { //add listener servletContext.addListener(new RequestContextListener());