<?xml version="1.0" encoding="UTF-8"?>
<mapping>
	<actions>
		<action path="search_ressources" allowAnonymous="false">
			<display code="success" action="/navigation/sidebar/blank_action.jsp" body="/service/actor/list.jsp" />			

		</action>
		<action path="ressources_list" class="com.edeal.frontline.controller.actions.custom.SelectSolicitationActorAction" allowAnonymous="false">			
			<forward code="success" page="/service/actor/actor_list_ajax.jsp"/>
		</action>
		<action path="ressources_actor_cal" class="com.edeal.frontline.controller.actions.custom.RessourcesActorCalendar" allowAnonymous="false">			
			<forward code="success" page="/service/actor/actor_calendar.jsp"/>
		</action>
	</actions>
</mapping>