404的問題
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Users_Login] associated with context path [/dalovehui.0016.zhenghe]. 這是什么情況?
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Users_Login] associated with context path [/dalovehui.0016.zhenghe]. 這是什么情況?
舉報(bào)
2017-04-23
Struts2 2.5 版本以上要在struts.xml package中加入
<global-allowed-methods>regex:.*</global-allowed-methods>
或者
<allowed-methods></allowed-methods>
中間加方法
2016-09-02
沒有對(duì)應(yīng)的action與你寫的名空間對(duì)應(yīng)