I've got an application context created by using the contextConfigLocation servlet of spring and I can get to the context in an action.
However, I want to use a bean that is create via the constructor of an ActionForm. What is the best practice for getting an applicationContext in a Struts form. I can use ClasspathXmlAppContect or XmlBeanFactory, but is there a way to get the context similarly to the setServlet of the Struts Action?
Thanks!
