首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2012-11-23 
ssh2 struts2 There is no Action mapped for namespace / and action name去掉struts2.xml中的package标

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/

热点排行