actionconfig-jhmy.xml.svn-base

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

SVN-BASE
100
字号
<?xml version="1.0" encoding="GB2312"?>
<!--zxh儿童计划免疫-->
<Config>
	
	<Action name="JHMY_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.etjz.JhmyList</Step>
			<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
		</Model>
		<View>
			<To method="forward" code="1">JSP/etjz/jhmy_show_list.jsp</To>
		</View>
	</Action>
	
	<Action name="JHMY_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.etjz.JhmyListPage</Step>
			<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
		</Model>
		<View>
			<To method="forward" code="1">JSP/etjz/jhmy_list.jsp</To>
		</View>
	</Action>

	<Action name="JHMY_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.etjz.JhmyAdd</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="1">/JSP/etjz/jhmy_add.jsp</To>					
		</View>
	</Action>

	<Action name="JHMY_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.etjz.JhmySave</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="JHMY_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.etjz.JhmyInfo</Step>
			<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>		
		</Model>
		<View>
			<To method="forward" code="0">/JSP/etjz/jhmy_info.jsp</To>
			<To method="forward" code="1">/JSP/etjz/jhmy_add.jsp</To>		
		</View>
	</Action>

	<Action name="JHMY_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.etjz.JhmyDel</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="MYYJ_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.etjz.MyyjListPage</Step>
			<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
		</Model>
		<View>
			<To method="forward" code="1">JSP/etjz/myyj_list.jsp</To>
			<To method="forward" code="0">/JSP/fail.jsp</To>
		</View>
	</Action>
	
</Config>	

⌨️ 快捷键说明

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