问题描述
- There is no Action mapped for namespace /
-
There is no Action mapped for namespace / and action name
查了半天查不出来 一般这个错误都是404 我的事500 我写了.xml文件 也写了method方法,返回的页面也写了,但是就是报这个错误,求指导
解决方案
http://www.cnblogs.com/gulvzhe/archive/2011/11/21/2256632.html
解决方案二:
在对Spring3和对Struts2进行集成时,写了一个简单的action进行测试。结果服务器老报“There is no Action mapped for namespace / and action name getEmployee”异常,页面出现404错误。
?
action的代码清单如下:
package com.ssh.action;
&nbs......
答案就在这里:There is no Action mapped for namespace / and action name getEmployee
----------------------
解决方案三:
action的包路径跟跟配置文件写的路径,名字,大小写等等都是对的吗?这种错误一般仔细检查基本能发现问题的
时间: 2024-11-02 19:11:53