📄 505d901a3610001d18edfa109dfed6ce
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This is a blank Struts configuration file with an example
welcome action/page and other commented sample elements.
Tiles and the Struts Validator are configured using the factory defaults
and are ready-to-use.
NOTE: If you have a generator tool to create the corresponding Java classes
for you, you could include the details in the "form-bean" declarations.
Otherwise, you would only define the "form-bean" element itself, with the
corresponding "name" and "type" attributes, as shown here.
-->
<struts-config>
<form-beans>
<form-bean name="newCustomerForm" type="com.cost.web.struts.form.salefrom.NewCustomerForm"/>
<form-bean name="customerInfoUpdateform" type="com.cost.web.struts.form.salefrom.CustomerInfoUpdateform"/>
<form-bean name="coopoperForm" type="com.cost.web.struts.form.salefrom.CoopoperForm"/>
<form-bean name="operinfoupdate" type="com.cost.web.struts.form.salefrom.Operinfoupdate"/>
<form-bean name="newCustomerForm" type="com.cost.web.struts.form.salefrom.NewCustomerForm"/>
<form-bean name="loginForm" type="com.cost.web.struts.form.sysm.LoginForm"/>
<form-bean name="customerInfoUpdateform" type="com.cost.web.struts.form.salefrom.CustomerInfoUpdateform"/>
<form-bean name="coopoperForm" type="com.cost.web.struts.form.salefrom.CoopoperForm"/>
<form-bean name="feeForm" type="com.cost.web.struts.form.bsm.FeeForm"/>
<form-bean name="feeCheckForm" type="com.cost.web.struts.form.bsm.FeeCheckForm"/>
<form-bean name="feeCancleForm" type="com.cost.web.struts.form.bsm.FeeCancleForm" />
<form-bean name="sysInvoiceCreateForm" type="com.cost.web.struts.form.bsm.sysInvoiceCreateForm"/>
<form-bean name="outInvoiceCreateForm" type="com.cost.web.struts.form.bsm.outInvoiceCreateForm"/>
<form-bean name="busininfo" type="com.cost.web.struts.form.salefrom.Busininfoform"/>
<form-bean name="businupdateform" type="com.cost.web.struts.form.salefrom.Businupdateform"/>
<form-bean name="orderqueryForm" type="com.cost.web.struts.form.bso.OrderqueryForm"/>
<form-bean name="shareinfoform" type="com.cost.web.struts.form.salefrom.Shareinfoform"/>
<form-bean name="pageform" type="com.cost.web.struts.form.salefrom.Pageform"/>
<form-bean name="containerunitForm" type="com.cost.web.struts.form.bso.containerform.ContainerunitForm"/>
</form-beans>
<global-exceptions/>
<global-forwards>
<forward name="welcome" path="/Welcome.do"/>
</global-forwards>
<action-mappings>
<action forward="/pages/Welcome.jsp" path="/Welcome"/>
<action path="/accounterViewAction" type="com.cost.web.struts.action.bsm.AccounterViewAction">
<forward name="success" path="/bsm/AccounterView.jsp"/>
</action>
<action forward="/pages/Welcome.jsp" path="/Welcome"/>
<action name="newCustomerForm" path="/newCustomerAction" scope="request" type="com.cost.web.struts.action.saleManage.NewCustomerAction" validate="false">
<forward name="success" path="/slm/customersuccess.jsp"/>
</action>
<action name="customerInfoUpdateform" path="/customerinfoUpdate" scope="request" type="com.cost.web.struts.action.saleManage.CustomerinfoUpdate" validate="true">
<forward name="updateinfo" path="/slm/customerInfoUpdateform.jsp"/>
</action>
<action name="newCustomerForm" path="/updateCustomerInfoAction" scope="request" type="com.cost.web.struts.action.saleManage.UpdateCustomerInfoAction" validate="true"/>
<action name="customerInfoUpdateform" path="/updateAction" scope="request" type="com.cost.web.struts.action.saleManage.UpdateAction"/>
<action path="/delCoopAction" scope="request" type="com.cost.web.struts.action.saleManage.DelCoopAction">
<forward name="delsuccess" path="/slm/Coopinfoshow.jsp"/>
</action>
<action name="coopoperForm" path="/coopoperAction" scope="request" type="com.cost.web.struts.action.saleManage.CoopoperAction" validate="true">
<forward name="success" path="/slm/Coopinfoshow.jsp?flag='success'"/>
</action>
<action name="operinfoupdate" path="/operinfoShow" scope="request" type="com.cost.web.struts.action.saleManage.OperinfoShow">
<forward name="setformsuccess" path="/slm/operinfoupdate.jsp"/>
</action>
<action name="operinfoupdate" path="/operinfoUpdate" scope="request" type="com.cost.web.struts.action.saleManage.OperinfoUpdate" validate="true">
<forward name="operupdatesuccess" path="/slm/Coopinfoshow.jsp"/>
</action>
<action path="/delOper" scope="request" type="com.cost.web.struts.action.saleManage.DelOper">
<forward name="delOpersuccess" path="/slm/Coopinfoshow.jsp"/>
</action>
<action path="/checkerViewAction" type="com.cost.web.struts.action.bsm.CheckerViewAction">
<forward name="success" path="/bsm/CheckerView.jsp"/>
</action>
<action path="/recorderViewAction" type="com.cost.web.struts.action.bsm.RecorderViewAction">
<forward name="success" path="/bsm/RecorderView.jsp"/>
</action>
<action input="/bsm/FeeAdd.jsp" name="feeForm" path="/feeAddAction" scope="request" type="com.cost.web.struts.action.bsm.FeeAddAction" validate="true">
<forward name="success" path="/accounterViewAction.do"/>
</action>
<action path="/feeViewAction" type="com.cost.web.struts.action.bsm.FeeViewAction">
<forward name="accounter" path="/bsm/AccounterFeeView.jsp"/>
<forward name="checker" path="/bsm/CheckerFeeView.jsp"/>
<forward name="recorder" path="/bsm/RecorderFeeView.jsp"/>
<forward name="cancler" path="/bsm/FeeCancle.jsp"/>
<forward name="error" path="/bsm/FeeAdd.jsp"/>
</action>
<action input="/bsm/FeeUpdate.jsp" name="feeForm" path="/feeUpdateAction" scope="request" type="com.cost.web.struts.action.bsm.FeeUpdateAction" validate="true">
<forward name="success" path="/accounterViewAction.do"/>
</action>
<action input="/bsm/CheckerFeeView.jsp" name="feeCheckForm" path="/feeCheckAction" scope="request" type="com.cost.web.struts.action.bsm.FeeCheckAction" validate="true">
<forward name="success" path="/checkerViewAction.do"/>
</action>
<action input="/bsm/RecorderFeeView.jsp" name="feeCheckForm" path="/feeRecordAction" scope="request" type="com.cost.web.struts.action.bsm.FeeRecordAction" validate="true">
<forward name="success" path="/recorderViewAction.do"/>
</action>
<action input="/bsm/AccounterFeeView.jsp" path="/updateApplyAction" scope="request" type="com.cost.web.struts.action.bsm.UpdateApplyAction" validate="true">
<forward name="success" path="/accounterViewAction.do"/>
</action>
<action input="/bsm/FeeCancle.jsp" name="feeCancleForm" path="/feeCancleAction" type="com.cost.web.struts.action.bsm.FeeCancleAction">
<forward name="success" path="/bsm/FeeCancle.jsp"/>
</action>
<action path="/canclerViewAction" type="com.cost.web.struts.action.bsm.CanclerViewAction">
<forward name="invoice" path="/bsm/FindByInvoice.jsp"/>
<forward name="order" path="/bsm/FindByOrder.jsp" />
<forward name="error" path="/index.jsp"></forward>
</action>
<action path="/feeCancleSearchAction" name="feeForm" type="com.cost.web.struts.action.bsm.FeeCancleSearchAction" scope="request" validate="true">
<forward name="success" path="/bsm/FeeCancle.jsp" />
</action>
<action path="/feeSearchAction" name="feeForm" type="com.cost.web.struts.action.bsm.FeeSearchAction" scope="request" validate="true">
<forward name="releaser" path="/bsm/ReleaserFeeView.jsp" />
<forward name="errors" path="/bsm/ReleaserFindFee.jsp" />
</action>
<action input="/bsm/AccounterFeeView.jsp" path="/updateApplyAction" scope="request" type="com.cost.web.struts.action.bsm.UpdateApplyAction" validate="true">
<forward name="success" path="/accounterViewAction.do"/>
</action>
<action input="/bsm/sysInvoiceCreate.jsp" name="sysInvoiceCreateForm" path="/sysInvoiceCreateAction" scope="request" type="com.cost.web.struts.action.bsm.sysInvoiceCreateAction" validate="true"/>
<action input="/bsm/outInvoiceCreate.jsp" name="outInvoiceCreateForm" path="/outInvoiceCreateAction" scope="request" type="com.cost.web.struts.action.bsm.outInvoiceCreateAction" validate="true"/>
<action input="/index.jsp" name="busininfo" path="/busininfo" scope="request" type="com.cost.web.struts.action.saleManage.Busininfo"/>
<action name="businupdateform" path="/businShow" scope="request" type="com.cost.web.struts.action.saleManage.BusinShow" validate="true">
<forward name="updateshowsuccess" path="/slm/businupdateform.jsp"/>
</action>
<action name="orderqueryForm" path="/orderqueryaction" scope="request" type="com.cost.web.struts.action.bso.Orderqueryaction" validate="false">
<forward name="success" path="/bso/orderquery.jsp" redirect="false"/>
</action>
<action name="coopoperForm" path="/coopoperAction" scope="request" type="com.cost.web.struts.action.saleManage.CoopoperAction" validate="true">
<forward name="opersuccess" path="/slm"/>
</action>
<action name="coopoperForm" path="/coopoperAction" scope="request" type="com.cost.web.struts.action.saleManage.CoopoperAction" validate="true"/>
<action path="/ShipOrderAction" type="com.cost.web.struts.action.shiporderaction.ShipOrderAction">
<forward name="ordershow" path="/bso/shiporder/shipOrder.jsp"/>
</action>
<action input="/slm/businupdateform.jsp?flag='fail'" name="businupdateform" path="/busininfoUpdataAction" scope="request" type="com.cost.web.struts.action.saleManage.BusininfoUpdataAction" validate="true">
<forward name="updatesuccess" path="/slm/busininfolist.jsp?flag='success'"/>
</action>
<action input="/sysm/loginForm.jsp" name="loginForm" path="/loginAction" scope="request" type="com.cost.web.struts.action.sysm.LoginAction" validate="true">
<forward name="success" path="/index.jsp" redirect="true"/>
</action>
<action name="shareinfoform" path="/shareinfoAction" scope="request" type="com.cost.web.struts.action.saleManage.ShareinfoAction" validate="true"/>
<action name="pageform" path="/pageAction" type="com.cost.web.struts.action.saleManage.pageAction">
<forward name="page" path="/slm/Coopinfoshow.jsp"/>
</action>
<action path="/agreeShareAction" scope="request" type="com.cost.biz.salebiz.AgreeShareAction"/>
<action input="/bso/container/containerunit.jsp" name="containerunitForm" path="/containerunitaction" scope="request" type="com.cost.web.struts.action.container.Containerunitaction">
<forward name="unitsuccess" path="/bso/container/containerunit.jsp"/>
</action>
</action-mappings>
<controller processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>
<message-resources parameter="MessageResources"/>
<plug-in className="org.apache.struts.tiles.TilesPlugin">
<set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml"/>
<set-property property="moduleAware" value="true"/>
</plug-in>
<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
<set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
</plug-in>
</struts-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -