struts2 实现简单例子 struts.xml中 extends="struts-default"没问题,但改成extends="json-default"就报
2011-2-2214:31:11com.opensymphony.xwork2.util.logging.commons.CommonsLoggerwarn警告:Noc...
2011-2-22 14:31:11 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: No configuration found for the specified action: 'login' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
2011-2-22 14:31:21 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace / and action name login.
所需的包都导入了。。。。在线等答案。。。。
json-default中已经继承了struts-default 。。。但是还是报错啊 展开
警告: No configuration found for the specified action: 'login' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
2011-2-22 14:31:21 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace / and action name login.
所需的包都导入了。。。。在线等答案。。。。
json-default中已经继承了struts-default 。。。但是还是报错啊 展开
3个回答
展开全部
struts2中默认要继承struts-default的
你可以在struts的核心jar包中看看struts-default.xml,他里面有好多interceptor和result节点的
这是要通过继承试图同时-default去实现的
不然就会报错
不知道你的json-default是否继承了struts-default 要是继承了的话 应该不会出现问题
你可以在struts的核心jar包中看看struts-default.xml,他里面有好多interceptor和result节点的
这是要通过继承试图同时-default去实现的
不然就会报错
不知道你的json-default是否继承了struts-default 要是继承了的话 应该不会出现问题
追问
发现时因为unable to 加载 struts-plugin.xml 所以也不能继承 struts-default,于是我自己写了一个
struts-plugin.xml 在struts.xml中 include进来 可以加载了 但是又出现新问题。。
警告: Result class [org.apache.struts2.json.JSONResult] doesn't exist
(ClassNotFoundException) at result-type -
java.lang.ClassNotFoundException: org.apache.struts2.json.JSONResult
追答
看这个错误应该是缺少jar包,导致的!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询