Hi everyone. I'm running the struts2 simple HelloWorld app from
http://www.vaannila.com/struts-2/struts-2-example/struts-2-hello-world-example-1.html, and getting this error: "No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value." Then, when I run the first
jsp, it doesn't even call the HelloWorld.java.
I think the reason is that the app -- in Eclipse -- doesn't even find my struts.xml, because if I change the namespace property to something like this:
it still gives the same error, with namespace:''
My struts.xml is in the
java src folder and it definitely in the project's classpath. Why isn't it getting found?
Thanks!