Edit C:\galaxie\Back\galaxie\WEB-INF\classes\META-INF\mappings\personevent.xml
<?xml version="1.0" encoding="UTF-8"?> <mapping> <actions> <!-- Person Event --> <action path="save_personevent" class="com.edeal.frontline.controller.actions.SavePersonEventAction" allowAnonymous="false"> <param name="type" value="PersonEvent" /> <forward code="success_html" page="/navigation/generate_html.jsp"/> </action> <action path="save_personevent_scr" class="com.edeal.frontline.controller.actions.SaveAction" allowAnonymous="false"> <param name="type" value="PersonEvent" /> <forward code="success_html" page="/navigation/generate_html.jsp"/> </action> <action path="edit_personevent" class="com.edeal.frontline.controller.actions.LoadAction" allowAnonymous="false"> <param name="type" value="PersonEvent" /> <initializer class="com.edeal.frontline.initializers.PersonEventInitializer" id="PersonEvent" scope="request"> <init_param name="initPerID" setProperty="PvtPersonID" /> <init_param name="initEvtID" setProperty="PvtEventID" /> </initializer> <forward code="success" page="/sales/person/edit_per_event.jsp"/> </action> <!--<action path="refresh_personevent_ajax" class="com.edeal.frontline.controller.actions.custom.PersonEventRefreshAction" allowAnonymous="false"> <forward code="success" page="/sales/person/edit_per_event_ajax.jsp"/> </action>--> <action path="refresh_personevent" class="com.edeal.frontline.controller.actions.RefreshAction" allowAnonymous="false"> <param name="type" value="PersonEvent"/> <initializer class="com.edeal.frontline.initializers.PersonEventInitializer" id="PersonEvent" scope="request"> <init_param name="initPerID" setProperty="PvtPersonID" /> <init_param name="initEvtID" setProperty="PvtEventID" /> </initializer> <forward code="success" page="/sales/person/edit_per_event.jsp"/> </action> <!-- CTC Questionnaire de satisfaction : http://u-project2.umanis.com/view.php?id=38935 --> <action path="edit_personevent_per" class="com.edeal.frontline.controller.actions.LoadAction" allowAnonymous="false"> <param name="type" value="PersonEvent" /> <initializer class="com.edeal.frontline.initializers.PersonEventInitializer" id="PersonEvent" scope="request"> <init_param name="initPerID" setProperty="PvtPersonID" /> <init_param name="initEvtID" setProperty="PvtEventID" /> </initializer> <forward code="success" page="/sales/person/edit_per_event_per.jsp"/> </action> <action path="refresh_personevent_per" class="com.edeal.frontline.controller.actions.SaveAction" allowAnonymous="false"> <param name="type" value="PersonEvent"/> <initializer class="com.edeal.frontline.initializers.PersonEventInitializer" id="PersonEvent" scope="request"> <init_param name="initPerID" setProperty="PvtPersonID" /> <init_param name="initEvtID" setProperty="PvtEventID" /> </initializer> <forward code="success" page="/sales/person/edit_per_event_per.jsp"/> </action> <action path="get_personevent_count" class="com.edeal.frontline.controller.actions.GetPersonEventCountAction" allowAnonymous="false"> <forward code="success" page="/sales/person/personevent_count_ajax.jsp"/> </action> <action path="send_pvt_qst_ajax" class="com.edeal.frontline.controller.actions.custom.SendPvtQstAction" allowAnonymous="false"> <forward code="success" page="/common/jsonmail_ajax.jsp"/> <forward code="failure" page="/errors/failure_report_ajax.jsp"/> </action> <action path="send_pvt_qst_ajax_per" class="com.edeal.frontline.controller.actions.custom.SendPvtQstPerAction" allowAnonymous="false"> <forward code="success" page="/common/jsonmail_ajax.jsp"/> <forward code="failure" page="/errors/failure_report_ajax.jsp"/> </action> <action path="send_allpvt_ajax" class="com.edeal.frontline.controller.actions.custom.SendAllPvtQstAction" allowAnonymous="false"> <forward code="success" page="/common/jsonmail_ajax.jsp"/> <forward code="failure" page="/errors/failure_report_ajax.jsp"/> </action> <action path="perevt_finsta_ajax" class="com.edeal.frontline.controller.actions.custom.SetPvtFinStatusAction" allowAnonymous="false"> <forward code="success" page="/common/blank_ajax.jsp"/> <forward code="failure" page="/errors/failure_report_ajax.jsp"/> </action> </actions> </mapping>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de