问答详情
源自:3-5 显示学生资料-页面调用与数据展现

学生列表怎么显示不出来呢

比着老师得敲得

HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Students_query] associated with context path [/MyStuMseeagePro].

type Status report

message There is no Action mapped for namespace [/] and action name [Students_query] associated with context path [/MyStuMseeagePro].

description The requested resource is not available.

Apache Tomcat/7.0.30


提问者:weibo_资深秀才_03480678 2016-06-11 21:22

个回答

  • 森特
    2016-06-13 22:05:31

    我在其他地方也出现过这个错误,你可以检查一下struts.xml文档里的result跳转是否有错误,及其相关的Action中的方法。我的错误是Action方法中已经throws了异常,又画蛇添足的加了try catch语句。希望能帮到你……

  • weibo_资深秀才_03480678
    2016-06-11 21:29:17

    和老师的代码一样为什么还会有这样的错误啊