当前位置:编程学习 > JAVA >>

struts2.xml配置文件BUG 知道的的帮助一下

以下是我的struts2.xml配置文件


<action name="login" class="userAction" method="login">
       <!--这一行一直出现 错误(报红的)然后我把redirectAction改为redirect-Action就不所红了
然后重启服务开始加载struts2.xml时在控制台就出现错误
        -->
<result type="redirectAction">findAll.action</result>
<result name="input">/page/login.jsp</result>
</action>


错误提示如:

There is no result type defined for type 'redirect-Action' mapped with name 'success'.  Did you mean 'redirectACtion'? - result -
--------------------编程问答-------------------- 补充:
class="userAction"是从Spring窗口加载过来的..没有影响 --------------------编程问答-------------------- 你action中返回的是'redirect-Action' 吧,不是redirectAction,要一致 --------------------编程问答-------------------- type="redirectAction" 都会报红的!但是不会错!应该是版本低的问题!9.0以上好像就不会报错了! --------------------编程问答-------------------- <result type="redirect-action">findAll</result>
--------------------编程问答-------------------- http://wangguorui89.iteye.com/blog/1105570 --------------------编程问答-------------------- <result type="redirect-action">findAll</result>
补充:Java ,  Java EE
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,