问答详情
源自:2-6 页面调用

404的问题

HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Users_Login] associated with context path [/dalovehui.0016.zhenghe]. 这是什么情况?

提问者:大LOVE辉 2016-08-31 23:40

个回答

  • 沅沅玥玥3840120
    2017-04-23 12:36:02

    Struts2 2.5 版本以上要在struts.xml package中加入

    <global-allowed-methods>regex:.*</global-allowed-methods>

    或者

    <allowed-methods></allowed-methods>

    中间加方法

  • 海蓝01
    2016-09-02 20:44:25

    没有对应的action与你写的名空间对应