问答详情
源自:2-2 Struts2 案例代码实现

运行出现错误,这怎么办,哪里错了

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

type Status report

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

description The requested resource is not available.


提问者:猪猪在飞飞 2015-11-25 09:45

个回答

  • Fcming
    2015-12-10 23:16:04

    大家好,具体看配置文件是否存在编写错误,404代表没有找到相应的类。

  • Cortana丶
    2015-12-02 11:22:10

    我的也是这个问题,完全按照老师的做的

  • 慕冬雪
    2015-11-26 17:16:37

    There is no Action mapped for namespace [/] and action name [helloworld]

    没有映射, 用的什么框架?看下配置。

  • ElseTobelony
    2015-11-25 14:15:11

    HTTP404是指找不到网页...你看是不是跳转代码没写好