我是在eclipse做的,誰有遇到這個錯誤的怎么解決能教一下嗎??謝謝
警告: Could not find action or result There is no Action mapped for namespace [/] and action name [Users_login] associated with context path [/struts_hibernate]. - [unknown location]
警告: Could not find action or result There is no Action mapped for namespace [/] and action name [Users_login] associated with context path [/struts_hibernate]. - [unknown location]
舉報
2018-11-13
dtd版本是2.5吧?是的話,加上這句??<global-allowed-methods>regex:.*</global-allowed-methods> ,就可以了