pricing-struts-config.xml~8~

来自「EJB+Hibernate+Spring 电信计费系统」· XML~8~ 代码 · 共 19 行

XML~8~
19
字号
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">

<struts-config>
  <form-beans>
    <form-bean name="pricingForm" type="tarena.netctoss.actionform.PricingForm" />
  </form-beans>
  <action-mappings>
    <action parameter="list" path="/list" type="tarena.netctoss.action.PricingAction">
      <forward name="success" path="/listPricing.jsp" />
    </action>
    <action parameter="toAdd" path="/toAdd" type="tarena.netctoss.action.PricingAction">
      <forward name="success" path="/addPricing.jsp" />
    </action>
  </action-mappings>
  <message-resources parameter="ApplicationResources" />
</struts-config>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?