David Newton wrote:And what's the problem? That doesn't look like what you had posted originally.
Note that Action.SUCCESS is *not* "SUCCESS", but rather "success".
Ok. I changed that. Anw, I don't see any difference for the moment. :)
I commented the package section from struts.xml and now I receive:
# Messages:
There is no Action mapped for namespace / and action name helloWorld.
So
If in my struts.xml I have this code:
I get the behaviour from the 3rd post.
So, from index.jsp, it's sends back to index.jsp. It should send me to HelloWorld.jsp
If I comment the package section I receive
There is no Action mapped for namespace / and action name helloWorld.