最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

struts2 action跳轉(zhuǎn)調(diào)用另一個程序

 更新時間:2012年11月28日 11:31:46   作者:  
主要為了在一個Action成功后跳轉(zhuǎn)調(diào)用另一個程序,需要的朋友可以參考下
目的:主要為了在一個Action成功后跳轉(zhuǎn)調(diào)用另一個程序。
Struts2.xml
[html]
復(fù)制代碼 代碼如下:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts> <!-- 指定為開發(fā)模式(默認值為false) -->
<constant name="struts.devMode" value="false" />
<constant name="struts.i18n.encoding" value="UTF-8"/>
<constant name="struts.custom.i18n.resources" value="message"></constant>
<!-- 上傳文件臨時文件位置 -->
<constant name="struts.multipart.saveDir" value="c:\"></constant>
<!--
<include file="com/lanstar/config/struts/struts_user.xml"/>
--> m.fzitv.net
<package name="resume" namespace="/" extends="struts-default">
<action name="analysisAction" class="analysisAction">
<result name = "success">/jsp/uploadresult.jsp</result>
</action>
<action name="upload" class = "uploadAction">
<result name="success" type= "chain">
<param name="actionName">analysisAction</param>
</result>
<!--<result name = "success">/jsp/uploadresult.jsp</result>
--><result name = "input">/jsp/Upload.jsp</result>
<result name="error">/jsp/error/error.jsp</result>
<interceptor-ref name="fileUpload">
<!-- 單個上傳文件的最大值-->
<param name="maximumSize">409600</param>
<!-- 只能上傳的文件的類型,可到tomcat的web-xml中查看各種文件類型-->
<param name="allowedTypes">text/html,application/msword</param>
</interceptor-ref>
<interceptor-ref name="defaultStack"></interceptor-ref>
</action>
</package>
</struts>

Spring.xml
[html]
復(fù)制代碼 代碼如下:

<!--
- Application context definition for JPetStore's business layer.
- Contains bean references to the transaction manager and to the DAOs in
- dataAccessContext-local/jta.xml (see web.xml's "contextConfigLocation").
-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<!-- service start -->
<bean id="uploadAction" class="com.lanstar.resume.action.UploadAction" scope="prototype">
</bean>
<bean id="analysisAction" class="com.lanstar.resume.action.AnalysisAction" scope="prototype">
</bean>
</beans>

兩種方式:
需要保存前一個action的屬性信息時使用:
[java]
復(fù)制代碼 代碼如下:

<result name="success" type= "chain"><param name="actionName">analysisAction</param></result>

不保存前一個action的參數(shù)可以用這種方法:
[java]
復(fù)制代碼 代碼如下:

<result name="success" type= "redirect-action"><param name="actionName">analysisAction</param></result>

相關(guān)文章

最新評論

庄河市| 平潭县| 桃园市| 昭通市| 崇州市| 兴安盟| 郯城县| 永修县| 佛坪县| 闸北区| 颍上县| 象州县| 北票市| 新泰市| 安顺市| 怀安县| 霍州市| 翼城县| 洮南市| 沅江市| 红安县| 宝丰县| 邹平县| 克山县| 长兴县| 社旗县| 朔州市| 阿克苏市| 丹棱县| 花莲县| 台湾省| 天柱县| 苍南县| 侯马市| 若羌县| 沾益县| 房产| 应用必备| 大连市| 恩施市| 仪陇县|