struts-config.xml 504 B

12345678910
  1. <?xml version = '1.0' encoding = 'UTF-8'?>
  2. <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
  3. <struts-config>
  4. <action-mappings>
  5. <action path="/glueAction" type="xin.glue.ui.common.component.PosStrutsAction">
  6. <forward name="success" path="/trustform.jsp"/>
  7. </action>
  8. </action-mappings>
  9. <message-resources parameter="com.posdata.glue.sample.view.ApplicationResources"/>
  10. </struts-config>