actionconfig-jb-gxb.xml.svn-base

来自「用JSP JAVA 做的 系统 只是初来扎到还望西黄!别乱来哦!」· SVN-BASE 代码 · 共 157 行

SVN-BASE
157
字号
<?xml version="1.0" encoding="GB2312"?>
<!--zxh冠心病患者及随访记录-->
<Config>


	<Action name="GXBDA_LIST_PAGE">
		<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.jbgl.gxb.GxbListPage</Step>
			<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
		</Model>
		<View>
			<To method="forward" code="1">JSP/jbgl/gxb/gxb_list.jsp</To>
		</View>
	</Action>

	<Action name="GXBDA_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/jbgl/gxb/gxb_add.jsp</To>					
		</View>
	</Action>

	<Action name="GXBDA_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.jbgl.gxb.GxbSave</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="GXBDA_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.jbgl.gxb.GxbInfo</Step>
			<Step id="3" errorDo="next" result="true">com.chis.model.jbgl.gxb.GxbfList</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="0">/JSP/jbgl/gxb/gxb_info.jsp</To>
			<To method="forward" code="1">/JSP/jbgl/gxb/gxb_update.jsp</To>					
		</View>
	</Action>

	<Action name="GXBDA_DELETE">
		<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.jbgl.gxb.GxbDel</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="GXBF_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.jbgl.gxb.GxbfList</Step>
			<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
		</Model>
		<View>
			<To method="forward" code="1">JSP/jbgl/gxb/gxbf_list.jsp</To>
		</View>
	</Action>
	
	<Action name="GXBF_LIST_PAGE">
		<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.jbgl.gxb.GxbfListPage</Step>
			<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
		</Model>
		<View>
			<To method="forward" code="1">JSP/jbgl/gxb/gxbf_list.jsp</To>
		</View>
	</Action>

	<Action name="GXBF_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/jbgl/gxb/gxbf_add.jsp</To>					
		</View>
	</Action>

	<Action name="GXBF_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.jbgl.gxb.GxbfSave</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="GXBF_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.jbgl.gxb.GxbfInfo</Step>
			<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="0">/JSP/jbgl/gxb/gxbf_info.jsp</To>
			<To method="forward" code="1">/JSP/jbgl/gxb/gxbf_update.jsp</To>				
		</View>
	</Action>

	<Action name="GXBF_DELETE">
		<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.jbgl.gxb.GxbfDel</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 + =
减小字号Ctrl + -
显示快捷键?