maven+jetty+eclipse:错误Could not find action or result

 错误信息:警告: Could not find property [struts.valueStack]
2008-11-19 14:24:35 com.opensymphony.xwork2.util.logging.jdk.JdkLogger error
严重: Could not find action or result
There is no Action mapped for namespace / and action name . - [unknown location]

        at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy
.java:178)
        at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.j
ava:61)
        at org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(St
rutsActionProxyFactory.java:39)
        at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(D
efaultActionProxyFactory.java:47)
原因:未知
解决方法:将struts的版本由2.1.2更换为2.0.9问题解决。

你可能感兴趣的:(maven+jetty+eclipse:错误Could not find action or result)