Author: bpoussin Date: 2011-05-30 12:49:27 +0200 (Mon, 30 May 2011) New Revision: 70 Url: http://chorem.org/repositories/revision/vradi/70 Log: le delete ne renvoi rien, seulement un message de bonne fin ou non Added: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/empty.jsp Modified: trunk/vradi-web/src/main/resources/struts.xml Modified: trunk/vradi-web/src/main/resources/struts.xml =================================================================== --- trunk/vradi-web/src/main/resources/struts.xml 2011-05-30 10:48:54 UTC (rev 69) +++ trunk/vradi-web/src/main/resources/struts.xml 2011-05-30 10:49:27 UTC (rev 70) @@ -184,7 +184,7 @@ <action name="delete/*" class="org.chorem.vradi.actions.DeleteAction"> <param name="id">{1}</param> <param name="includes">FormNote</param> - <result>/WEB-INF/jsp/delete.jsp</result> + <result>/WEB-INF/jsp/empty.jsp</result> </action> </package> Added: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/empty.jsp =================================================================== --- trunk/vradi-web/src/main/webapp/WEB-INF/jsp/empty.jsp (rev 0) +++ trunk/vradi-web/src/main/webapp/WEB-INF/jsp/empty.jsp 2011-05-30 10:49:27 UTC (rev 70) @@ -0,0 +1,9 @@ +<%-- + Document : delete + Created on : 30 mai 2011, 12:37:48 + Author : poussin +--%> + +<%-- Cette page ne retourne rien (vide) --%> +<%@page contentType="text/html" pageEncoding="UTF-8"%> +