[strut2] How to get ServletActionContext

2009-10-03 Thread Gary Moore
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 applicationConte

Re: [strut2] How to get ServletActionContext

2009-10-03 Thread Gary Moore
Uh, no sooner than I sent this query did I realize that adding singleton="false" to the factory bean solves my problem. Thanks Gary Gary Moore wrote: Newbie question here. In my struts1 apps stuff gets loaded into an application container on start-up using ActionSe