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
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。

action的包路径跟跟配置文件写的路径,名字,大小写等等都是对的吗?这种错误一般仔细检查基本能发现问题的