gwen harold autencio wrote:
 INFO org.apache.struts2.spring.StrutsSpringObjectFactory - Initializing 
Struts-Spring integration...
18192 [WrapperSimpleAppMain] ERROR 
org.apache.struts2.spring.StrutsSpringObjectFactory - ********** FATAL ERROR 
STARTING UP STRUTS-SPRING INTEGRATION **********
Looks like the Spring listener was not configured for your web app! Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext. You might need to add the following to web.xml: <listener>
        
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>

If you're using Spring, do you have that?

If you're not, the Struts 2 Spring plugin from your app.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to