首页 > 代码库 > HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Action!Method]错误解决
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Action!Method]错误解决
按照书本上的Struts2的例子,运行会出现错误:
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [sayHelloAction!sayStruts2] ...
貌似在struts.xml中配置action的method不会出错,而直接在jsp中写“Action!Method.action”就会报错。
搜索许久没有发现解决办法,后来发现第二种写法叫做“DMI”,会产生安全隐患,在struts2的某个版本后就默认关闭了(我使用的是Struts 2-2.3.20)。于是在struts.xml的<struts></struts>中添加下面一行即可:
<constant name="struts.enable.DynamicMethodInvocation" value=http://www.mamicode.com/"true" />
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Action!Method]错误解决
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。