开发者社区 问答 正文

There is no Action mapped for namespace

404错误There is no Action mapped for namespace / and action name studentRegisterAction.
screenshot

展开
收起
a123456678 2016-03-10 14:01:30 1847 分享 版权
1 条回答
写回答
取消 提交回答
  • 你的action 配置文件中没有对studentRegisterAction的映射配置,这个studentRegisterAction是你定义的一个action类,而不是具体的某个action.
    你修正下你的jsp页面引用的action名称,你配置了俩Action分别是studuentInfoCollector和studentInfoShow,看下你的jsp到底是引用的哪个actin.

    2019-07-17 18:57:32
    赞同 展开评论
问答地址: