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

后端 未结 5 1694
粉色の甜心
粉色の甜心 2021-01-27 07:22

I am unable to execute my struts2 application. I am using eclipse indigo IDE, tomcat 7 and jdk 1.7.

The jar files I included are:

  • commons-logging-1.0.4.jar
5条回答
  •  鱼传尺愫
    2021-01-27 08:00

    I had the same problem and I saw multiple posts on this one....here is the possible solution

    I was pretty sure that I had mapped all my actions accurately, but it was showing the same error above....so I just cleaned the project and then ran it again..it worked perfectly fine...give it a try !

    I encountered this so many times...so to avoid such kind of things, I just added "../eclipse.exe -clean" to the shortcut icon property....this works and u can forget about getting such kind of errors which is actually not an error....!

提交回复
热议问题