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
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
2 matches
Mail list logo