⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 actionconfig-family.xml.svn-base

📁 用JSP JAVA 做的 系统 只是初来扎到还望西黄!别乱来哦!
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="GB2312"?>
<!-- 家庭健康档案管理-->
<Config>
	<Action name="JT_ADD">
		<Description>新建家庭</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.other.EmpList</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/jt_add.jsp</To>	
		</View>
	</Action>
	<Action name="JT_SELECT">
		<Description>家庭档案选择</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.other.EmpList</Step>			
			<Step id="3" errorDo="next" result="true">com.chis.model.family.JtList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/jt_select.jsp</To>	
		</View>
	</Action>
	<Action name="JT_LIST">
		<Description>家庭档案列表</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.other.EmpList</Step>			
			<Step id="3" errorDo="next" result="true">com.chis.model.family.JtList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/jt_list.jsp</To>	
		</View>
	</Action>
	<Action name="JT_INFO">
		<Description>家庭档案信息,修改,查询</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.other.EmpList</Step>			
			<Step id="3" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>		
			<To method="forward" code="1">/JSP/family/jt_look.jsp</To> 
		</View>
	</Action>	
	<Action name="JT_INFO_FOR_EDIT">
		<Description>家庭档案信息,修改,查询</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.other.EmpList</Step>			
			<Step id="3" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>	
			<To method="forward" code="1">/JSP/family/jt_edit.jsp</To> 
		</View>
	</Action>		
	<Action name="JT_EDIT">
		<Description>对修改的家庭基本信息进行保存</Description>	
		<Data>
			<Param name="currentpage" output="true">1</Param>	
			<Param name="goto" output="true" >Selevet.do?action=JT_LIST</Param>
		</Data>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtEdit</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/success.jsp</To>	
			<To method="forward" code="0">/JSP/fail.jsp</To>	
		</View>
	</Action>
	
	<Action name="JT_SAVE">
		<Description>家庭基本信息保存</Description>	
		<Data>
			<Param name="currentpage" output="true">1</Param>	
			<Param name="goto" output="true" >Selevet.do?action=JT_LIST</Param>
		</Data>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtSave</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/success.jsp</To>	
			<To method="forward" code="0">/JSP/fail.jsp</To>	
		</View>
	</Action>
	
	<Action name="JT_MEMBER_LIST">
		<Description>家庭成员查询</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.family.MemberList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/member_list.jsp</To>	
		</View>
	</Action>
	
	<Action name="JT_MEMBER_ADD">
		<Description>家庭成员添加</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.other.EmpList</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/member_add.jsp</To>	
		</View>
	</Action>
	
	<Action name="JT_MEMBER_SAVE">
		<Description>家庭成员信息保存</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.MemberSave</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/success.jsp</To>	
			<To method="forward" code="0">/JSP/fail.jsp</To>	
		</View>
	</Action>
	
	<Action name="JT_JKWT_LIST">
		<Description>成员主要健康问题查询</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.family.JtJkwtList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/jt_jkwt_list.jsp</To>	
		</View>
	</Action>
	
	<Action name="JT_JKWT_INFO">
		<Description>成员主要健康问题查看</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.person.RkxzlInfo</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.person.JkwtList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="3">/JSP/family/jt_jkwt_look.jsp</To>	
		</View>
	</Action>
	
	<Action name="ZQXSMFW_LIST">
		<Description>周期性上门服务查询</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.family.ZqxsmfwList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/zqxsmfw_list.jsp</To>	
		</View>
	</Action>
	
	<Action name="ZQXSMFW_INFO">
		<Description>周期性上门服务修改、查看</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.family.ZqxsmfwInfo</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/zqxsmfw_edit.jsp</To>	
			<To method="forward" code="2">/JSP/family/zqxsmfw_look.jsp</To>
		</View>
	</Action>
	
	<Action name="ZQXSMFW_ADD">
		<Description>周期性上门服务添加</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.JtInfo</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/family/zqxsmfw_add.jsp</To>	
		</View>
	</Action>
	
	<Action name="ZQXSMFW_SAVE">
		<Description>周期性上门服务新增信息保存</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.ZqxsmfwSave</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/success.jsp</To>	
			<To method="forward" code="0">/JSP/fail.jsp</To>	
		</View>
	</Action>
	
	<Action name="ZQXSMFW_EDIT">
		<Description>周期性上门服务编辑信息保存</Description>	
			<Error>com.stframe.action.example.ErrorAction</Error>
		<Model>
			<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>	
			<Step id="2" errorDo="next" result="true">com.chis.model.family.ZqxsmfwEdit</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/success.jsp</To>	
			<To method="forward" code="0">/JSP/fail.jsp</To>	
		</View>
	</Action>
</Config>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -