我是靠谱客的博主 专一月饼,最近开发中收集的这篇文章主要介绍ssh框架:action重定向,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

重定向到某个页面:type=”redirect”
重定向到某个action:type=”redirectAction”
struts默认的返回值是input,表示出现错误,可以转到错误页面

<action name="customer_*" class="customerAction" method="{1}">

        <result name="input">/jsp/error.jsp</result>
        <result name="login" type="redirect">/login.jsp</result>
        <result name="findByPage" type="redirectAction">customer_findByPage.action</result>
    </action>

最后

以上就是专一月饼为你收集整理的ssh框架:action重定向的全部内容,希望文章能够帮你解决ssh框架:action重定向所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部