struts-config.xml~38~
资源名称:bangong.rar [点击查看]
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:3k
源码类别:
OA系统
开发平台:
Java
- <?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>
- <action-mappings>
- <action path="/userLoginAction" type="officeol.mc.actions.UserLoginAction">
- <forward name="succ" path="/index1.jsp" />
- <forward name="err" path="/userlogin.jsp" />
- </action>
- <action path="/popegroupAddAction" type="officeol.mc.actions.PopegroupAddAction">
- <forward name="succ" path="/userpopedomManage.jsp" />
- <forward name="err" path="/popegroupadd.jsp" />
- </action>
- <action path="/popogroupModAction" type="officeol.mc.actions.PopogroupModAction">
- <forward name="succ" path="/popegroupmodify.jsp" />
- </action>
- <action path="/popegroupdelAction" type="officeol.mc.actions.PopegroupdelAction">
- <forward name="succ" path="/popegroupdel.jsp" />
- <forward name="err" path="/popegroupdelete.jsp" />
- </action>
- <action path="/userAddAction" type="officeol.mc.actions.UserAddAction">
- <forward name="succ" path="/usermanage.jsp" />
- <forward name="err" path="/useradd.jsp" />
- </action>
- <action path="/userModAction" type="officeol.mc.actions.UserModAction">
- <forward name="succ" path="/userset.jsp" />
- <forward name="err" path="/usermodify.jsp" />
- </action>
- <action path="/usergroupAddAction" type="officeol.mc.actions.UsergroupAddAction">
- <forward name="succ" path="/usermanage.jsp" />
- <forward name="err" path="/usergroupadd.jsp" />
- </action>
- <action path="/usergroupModAction" type="officeol.mc.actions.UsergroupModAction">
- <forward name="succ" path="/usergroupmod.jsp" />
- <forward name="err" path="/usergroupmodify.jsp" />
- </action>
- <action path="/deparModAction" type="officeol.mc.actions.DeparModAction">
- <forward name="succ" path="/userdeparmod.jsp" />
- <forward name="err" path="/deparmod.jsp" />
- </action>
- <action path="/deparAddAction" type="officeol.mc.actions.DeparAddAction">
- <forward name="succ" path="/userdepar.jsp" />
- <forward name="err" path="/userdeparadd.jsp" />
- </action>
- <action path="/deparuserAddAction" type="officeol.mc.actions.DeparuserAddAction">
- <forward name="succ" path="/deparusermod.jsp" />
- </action>
- <action path="/userPopeAddAction" type="officeol.mc.actions.UserPopeAddAction">
- <forward name="succ" path="/userpopeadd.jsp" />
- </action>
- <action path="/userPopeModAction" type="officeol.mc.actions.UserPopeModAction">
- <forward name="succ" path="/userpopemod.jsp" />
- </action>
- <action path="/pwdChangeAction" type="officeol.mc.actions.PwdChangeAction">
- <forward name="succ" path="/userview.jsp" />
- </action>
- </action-mappings>
- <controller processorClass="officeol.mc.actions.SelfRequestProcessor" />
- <message-resources parameter="ApplicationResources" />
- <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
- <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" />
- </plug-in>
- </struts-config>