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