ServletActionContext « Struts « JSP-Servlet Q&A





1. ServletActionContext.getRequest() returns NULL    stackoverflow.com

I am working on a mixed situation where i am using Servlets & Struts2. I am calling a HTTPServlet and where i am processing on data. Then I need to make a call ...

2. ServletActionContext can't be resolved here    struts.1045723.n5.nabble.com

3. [strut2] How to get ServletActionContext    struts.1045723.n5.nabble.com

Newbie question here. In my struts1 apps stuff gets loaded into an application container on start-up using ActionServlet, e.g. servlet.getServletContext().setAttribute( IConstants.APPLICATION_CONTAINER_KEY, app ); . I'm trying to do the comparable in struts2 using a bean in applicationContext.xml: ...