当前位置: 代码迷 >> Web前端 >> ssh2 struts2 There is no Action 地图ped for namespace / and action name
  详细解决方案

ssh2 struts2 There is no Action 地图ped for namespace / and action name

热度:937   发布时间:2012-11-23 22:54:33.0
ssh2 struts2 There is no Action mapped for namespace / and action name
去掉struts2.xml中的<package标签里的 namespace


<package namespace="/com.abc"   ....> 
       <action name="test"   .... 
</package> 


就改成
<package    ....> 
       <action name="test"   .... 
</package> 


黑色头发:http://heisetoufa.iteye.com/
  相关解决方案