码迷,mamicode.com
首页 > 移动开发 > 详细

There is no Action mapped for namespace [/user] and action name [user!add] associated with context p

时间:2015-08-25 23:59:56      阅读:398      评论:0      收藏:0      [点我收藏+]

标签:javaweb   ssh   错误调试   java   

使用struts2.3进行动态方法调用时出现:

There is no Action mapped for namespace [/user] and action name [user!add] associated with context path错误,原因是

    (1)DMI可能导致安全问题

    (2)DMI与通配符方法功能有重叠,因此该版本Struts2默认关闭DMI,需要在struts.xml中加一句

<constant name="struts.enable.DynamicMethodInvocation" value="true" /> 来打开动态方法调用。动态方法调用官方推荐的做法是,使用通配符的形式。不要使用actionName!methodName的方式。


        本人尝试用方法2,问题解决!


版权声明:本文为博主原创文章,未经博主允许不得转载。

There is no Action mapped for namespace [/user] and action name [user!add] associated with context p

标签:javaweb   ssh   错误调试   java   

原文地址:http://blog.csdn.net/zzc8265020/article/details/47984157

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!