Author: tchemit Date: 2012-06-19 15:19:34 +0200 (Tue, 19 Jun 2012) New Revision: 3525 Url: http://chorem.org/repositories/revision/pollen/3525 Log: after deleting a poll, must redirect ot home (not to summary of no more existing poll...) Modified: trunk/pollen-ui-struts2/src/main/resources/config/struts-poll.xml Modified: trunk/pollen-ui-struts2/src/main/resources/config/struts-poll.xml =================================================================== --- trunk/pollen-ui-struts2/src/main/resources/config/struts-poll.xml 2012-06-19 12:22:07 UTC (rev 3524) +++ trunk/pollen-ui-struts2/src/main/resources/config/struts-poll.xml 2012-06-19 13:19:34 UTC (rev 3525) @@ -114,7 +114,7 @@ <action name="delete/*" class="org.chorem.pollen.ui.actions.poll.DeletePoll"> <param name="uriId">{1}</param> - <result type="redirect2"/> + <result type="redirectToHome"/> </action> <!-- vote poll -->
participants (1)
-
tchemit@users.chorem.org