So I am playing a little bit with the struts2 features and try to integrate them in little example projects. I also use
Maven because it is a nice feature to make depencies. But I don't know why my Application doesn't work.
My environment:
- Eclipse 3.6
-
Tomcat 6
-
struts 2.2.1
- tiles-plugin 2.2.1
This is my maven pom.xml file:
This is my SayHelloAction:
this is my tiles-definition.xml:
this is my struts.xml:
web.xml:
My error message is this:
This is my project structure:
I really don't know why. Because I he must find the definition file??