Re: struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Ádamo Azambuja
i put the log4j and my problem now is this: 13:31:21,484 DEBUG XmlConfigurationProvider:873 - Loaded action configuration from: struts-plugin.xml 13:31:21,484 INFO XmlConfigurationProvider:140 - Parsing configuration file [struts-plugin.xml] StandardContext[/fiergs]Exception starting filter stru

Re: struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Zarar Siddiqi
Problems that I see: 1. Spring bean is defined as "helloWorld" but referred to as "HelloWorld" in Struts config (case is incorrect). 2. You're saying that your action class is under src/action so I would think the fully qualified name of the class might be action.HelloWorldAction but that's now h

struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Ádamo Azambuja
i Have this problem and i lost 2 days trying do fix, what can i do in this case? I use java 1.4.2 / Struts 2 J4 / Hibernate and Spring. i have the HelloWorld.java in the src and src/action to test. *struts.xml * /HelloWorld.jsp *applicationContext.xml * *web.xml * Spring OpenEnt