?? actionconfig-jb-jsb.xml.svn-base
字號(hào):
<?xml version="1.0" encoding="GB2312"?>
<!--zxh精神病患者及隨訪記錄-->
<Config>
<Action name="JSB_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.jsb.JsbListPage</Step>
<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">JSP/jbgl/jsb/jsb_list.jsp</To>
</View>
</Action>
<Action name="JSB_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/jsb/jsb_add.jsp</To>
</View>
</Action>
<Action name="JSB_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.jsb.JsbSave</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="JSB_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.jsb.JsbInfo</Step>
<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="0">/JSP/jbgl/jsb/jsb_info.jsp</To>
<To method="forward" code="1">/JSP/jbgl/jsb/jsb_update.jsp</To>
</View>
</Action>
<Action name="JSB_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.jsb.JsbDel</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -