Struts报ERROR Dispatcher Could not find action or result: / There is no Action mapped for namespace..

Struts出现ERROR Dispatcher Could not find action or result: / There is no Action mapped for namespace [/] and action name [] associated with context path []. - [unknown location]

struts.xml文件加入

<constant name="struts.action.extension" value="action"></constant>
 

猜你喜欢

转载自blog.csdn.net/qq_41594146/article/details/83859305