Edit C:\galaxie\Back\galaxie\WEB-INF\classes\META-INF\mappings\wall.xml
<?xml version="1.0" encoding="UTF-8"?> <mapping> <actions> <action path="post_object" class="com.edeal.frontline.controller.actions.wall.WSGetPostForObject" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> </actions> <actions> <action path="post_actor" class="com.edeal.frontline.controller.actions.wall.WsGetPostForActor" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> </actions> <actions> <action path="create_post" class="com.edeal.frontline.controller.actions.wall.WSAddPost" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> </actions> <actions> <action path="add_comment" class="com.edeal.frontline.controller.actions.wall.WSAddComment" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> </actions> <actions> <action path="delete_post" class="com.edeal.frontline.controller.actions.wall.WSDeletePost" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> </actions> <action path="add_target" class="com.edeal.frontline.controller.actions.wall.WSAddTargetToActor"> <forward code="success" page="/common/json.jsp"/> </action> <action path="add_groupactor" class="com.edeal.frontline.controller.actions.wall.WSAddTargetToActor"> <forward code="success" page="/common/json.jsp"/> </action> <action path="delete_target" class="com.edeal.frontline.controller.actions.wall.WSDeleteTargetToActor"> <forward code="success" page="/common/json.jsp"/> </action> <action path="howIFollowThisObject" class="com.edeal.frontline.controller.actions.wall.WSGetTarget"> <forward code="success" page="/common/json.jsp"/> </action> <action path="download_avatar" class="com.edeal.frontline.controller.actions.custom.GetActPicFromActIDRedirectAction"> <forward code="success" page="/download"/> <forward code="default" page="/skins/default/images/wall/defaultAvatar.png"/> </action> <action path="create_userconfig" class="com.edeal.frontline.controller.actions.custom.GetWallUserConfigsAction" allowAnonymous="false"> <param name="type" value="WallUserConfig" /> <display code="success" action="/wall/userconfig/edit_action.jsp" body="/wall/userconfig/edit.jsp"/> </action> <action path="save_userconfig" class="com.edeal.frontline.controller.actions.custom.SaveWallUserConfigAction" allowAnonymous="false"> <forward code="success" page="/create_userconfig.fl"/> </action> <action path="mass_add_target" class="com.edeal.frontline.controller.actions.wall.AddTargetMassSelect" allowAnonymous="false"> <forward code="success" page="/list_criteria.fl?lc=ENTERPRISE"/> </action> <action path="view_wallconfig" class="com.edeal.frontline.controller.actions.wall.GetWallConfiguration" allowAnonymous="false"> <forward code="success" page="/wall/wall_config.jsp"/> </action> <action path="relaod_wallconfig" class="com.edeal.frontline.controller.actions.wall.ReloadWallConfiguration" allowAnonymous="false"> <forward code="success" page="view_wallconfig.fl"/> </action> <action path="publish_mywallconfig" class="com.edeal.frontline.controller.actions.wall.WSPublishMyWall" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> <action path="post_comment" class="com.edeal.frontline.controller.actions.wall.WSGetComments" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> <actions> <action path="delete_comment" class="com.edeal.frontline.controller.actions.wall.WSDeleteComment" allowAnonymous="false"> <forward code="success" page="/common/json.jsp"/> </action> </actions> </mapping>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de