Struts2 404 action 以及namespace

action name为 aticleAction!add时

HTTP Status 404 - There is no Action mapped for namespace [/] and action name [articleAction!add] associated with context path [

action name 为 articleAction method="add"时
HTTP Status 404 - No result defined for action com.sg.action.ArticleAction and result success

求教!!!!!!!!!在下愚钝,百度也搞不出来所以然

你最好贴出的的struts.xml配置文件和详细错误,基本上应该就是这两个问题:首先是命名空间的问题,二者是你的返回结果在配置文件未定义

http://blog.csdn.net/fjekin/article/details/53811312

说没有找到你action中的add方法,你应该是struts配置错了,看看命名空间是不是/,以及action配置的名称