actionconfig-yfbj.xml.svn-base
来自「用JSP JAVA 做的 系统 只是初来扎到还望西黄!别乱来哦!」· SVN-BASE 代码 · 共 87 行
SVN-BASE
87 行
<?xml version="1.0" encoding="GB2312"?>
<!--zxh妇女保健-->
<Config>
<Action name="YFBJ_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.yfbj.MykList</Step>
<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">JSP/yfbj/myk_list.jsp</To>
</View>
</Action>
<Action name="YFBJ_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.yfbj.MykListPage</Step>
<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">JSP/yfbj/myk_list.jsp</To>
</View>
</Action>
<Action name="YFBJ_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/yfbj/myk_add.jsp</To>
</View>
</Action>
<Action name="YFBJ_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.yfbj.MykSave</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="YFBJ_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.yfbj.MykInfo</Step>
<Step id="4" errorDo="next">com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="0">/JSP/yfbj/myk_info.jsp</To>
<To method="forward" code="1">/JSP/yfbj/myk_add.jsp</To>
</View>
</Action>
<Action name="YFBJ_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.yfbj.MykDel</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 + -
显示快捷键?