struts-config.xml~2~
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:1k
源码类别:

Java编程

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
  3. <struts-config>
  4.   <form-beans>
  5.     <form-bean name="loginActionForm" type="com.cwj.userjmssesenbdb.LoginActionForm" />
  6.   </form-beans>
  7.   <global-forwards>
  8.     <forward name="input" path="/input.jsp" />
  9.     <forward name="success" path="/inputok.jsp" />
  10.     <forward name="inputError" path="/inputError.jsp" />
  11.   </global-forwards>
  12.   <action-mappings>
  13.     <action name="loginActionForm" type="com.miaoq.userjmssesenbdb.LoginAction" input="/input.jsp" path="/loginAction" />
  14.   </action-mappings>
  15. </struts-config>