struts-config-login.xml.svn-base
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:1k
源码类别:
WEB邮件程序
开发平台:
Java
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" "http://struts.apache.org/dtds/struts-config_1_3.dtd">
- <struts-config>
- <form-beans > <form-bean name="loginForm" type="com.softeem.struts.form.LoginForm" /> </form-beans>
- <global-exceptions />
- <global-forwards />
- <action-mappings > <action attribute="loginForm" input="/login.jsp" name="loginForm" path="/login" scope="request" type="com.softeem.struts.action.LoginAction">
- <forward name="failed" path="/login.jsp" />
- <forward name="success" path="/main.jsp" />
- </action> </action-mappings>
- </struts-config>