📄 actionconfig-jb-cj.xml.svn-base
字号:
<?xml version="1.0" encoding="GB2312"?>
<!--zxh残疾/障碍患者及随访记录-->
<Config>
<Action name="CJDA_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.cj.CjListPage</Step>
<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">JSP/jbgl/cj/cj_list.jsp</To>
</View>
</Action>
<Action name="CJDA_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/cj/cj_add.jsp</To>
</View>
</Action>
<Action name="CJDA_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.cj.CjSave</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="CJDA_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.cj.CjInfo</Step>
<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="0">/JSP/jbgl/cj/cj_info.jsp</To>
<To method="forward" code="1">/JSP/jbgl/cj/cj_update.jsp</To>
</View>
</Action>
<Action name="CJDA_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.cj.CjDel</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 + -