struts2中从一个action跳到另一个action得annotation语句?
3个回答
2013-05-06
展开全部
在struts.xml文件里配置!
<action name="loginAction" class="com.ascent.action.LoginAction">
<result type="redirect-action">popedomAction</result>//跳转action的
<result name="error">/jsp/videopage/login.jsp</result>
<result name="input">/jsp/videopage/login.jsp</result>
</action>
<action name="popedomAction" class="com.ascent.action.PpopedomAction">
</action>
<action name="loginAction" class="com.ascent.action.LoginAction">
<result type="redirect-action">popedomAction</result>//跳转action的
<result name="error">/jsp/videopage/login.jsp</result>
<result name="input">/jsp/videopage/login.jsp</result>
</action>
<action name="popedomAction" class="com.ascent.action.PpopedomAction">
</action>
2013-05-06
展开全部
问题没写明白,不好解决
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-05-06
展开全部
问题没写明白,不好解决
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询