?? actionconfig-dict.xml.svn-base
字號:
<?xml version="1.0" encoding="GBK"?>
<Config>
<Action name="SYS_DICT_ENTRY_SAVE">
<Description>數據字典保存</Description>
<Model>
<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>
<Step id="2" errorDo="next" result="true">com.chis.model.dict.DictEntrySave</Step>
<Step id="3" errorDo="next" result="true">com.chis.model.dict.DictLoad</Step>
<Step id="4" 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="SYS_DICT_LIST">
<Description>數據字典目錄列表</Description>
<Model>
<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>
<Step id="2" errorDo="next" result="true">com.chis.model.dict.DictList</Step>
<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">JSP/dict/dictlist.jsp</To>
</View>
</Action>
<Action name="SYS_DICT_ENTRY_LIST">
<Description>字典列表</Description>
<Model>
<Step id="1" errorDo="next" >com.stframe.action.example.StartAction</Step>
<Step id="2" errorDo="next" result="true">com.chis.model.dict.DictEntryList</Step>
<Step id="3" errorDo="next" >com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">JSP/dict/dictentrylist.jsp</To>
</View>
</Action>
<!--**********系統參數設置動作開始**********-->
<!--顯示系統參數列表-->
<Action name="BASE_SYSPARAM_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.dict.SysParamList</Step>
<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">/JSP/dict/sysparam_list.jsp</To>
</View>
</Action>
<!--修改系統參數-->
<Action name="BASE_SYSPARAM_MODIFY_INIT">
<Description>BASE_SYSPARAM_MODIFY_INIT</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.dict.SysParamModifyInit</Step>
<Step id="3" errorDo="next">com.stframe.action.example.EndAction</Step>
</Model>
<View>
<To method="forward" code="1">/JSP/dict/sysparam_edit.jsp</To>
</View>
</Action>
<!--保存系統參數-->
<Action name="BASE_SYSPARAM_SAVE">
<Description>BASE_SYSPARAM_SAVE</Description>
<Error>com.stframe.action.example.ErrorAction</Error>
<Model>
<Step id="1" errorDo="next">com.stframe.action.example.StartAction</Step>
<Step id="2" errorDo="return" result="true">com.chis.model.dict.SysParamSave</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 + -