问题描述:

 

There is no Action mapped for namespace [/] and action name [userAction!add] associated with context path [/MyStruts]

 

在做动态Action实验时,一直出现这个错误,运行如下图所示:

There is no Action mapped for namespace [/] and action name [userAction!add]

 

在网上找了很多解决方法,都不行,最终解决方法:更换jar包,然后运行,结果成功!

 

之前的jar包,如下图所示:

There is no Action mapped for namespace [/] and action name [userAction!add]
 

更换为:

There is no Action mapped for namespace [/] and action name [userAction!add]
 
 
 

相关文章: