There is no Action mapped for namespace [/]
There is no Action mapped for namespace [/] and action name [in] associated with context path [/ssh]. - [unknown location] 怎么解決啊
There is no Action mapped for namespace [/] and action name [in] associated with context path [/ssh]. - [unknown location] 怎么解決啊
2016-09-13
舉報
2017-03-19
兄弟,你的問題解決了嗎?
2017-01-02
默認的話,struts.xml文件一定要放在/WEB-INF/classes下,我是用的eclipse不是老師的myeclipse,所以手動建了個classes文件夾把struts.xml放進來
2016-10-25
There is no Action mapped for namespace [/] and action name [in] associated with context path [/ssh]. - [unknown location]這個問題,從2.3以后,使用通配符的時候需要加入<allowed-methods>。在action標簽里面加上<allowed-methods>*</allowed-methods>應(yīng)該就可以了
2016-09-16
配置沒整合