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