Author: tchemit Date: 2012-05-18 01:39:41 +0200 (Fri, 18 May 2012) New Revision: 3368 Url: http://chorem.org/repositories/revision/pollen/3368 Log: fixes #550: new urls are not compatible with old 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-05-17 23:29:28 UTC (rev 3367) +++ trunk/pollen-ui-struts2/src/main/resources/config/struts-poll.xml 2012-05-17 23:39:41 UTC (rev 3368) @@ -150,6 +150,13 @@ <result name="input">/WEB-INF/jsp/poll/vote.jsp</result> </action> + <!-- vote poll (input) (to fix http://chorem.org/issues/550) --> + <action name="VoteFor/*" method="input" + class="org.chorem.pollen.ui.actions.poll.VoteForPoll"> + <param name="uriId">{1}</param> + <result name="input">/WEB-INF/jsp/poll/vote.jsp</result> + </action> + <!-- add a choice --> <action name="addChoice/*" class="org.chorem.pollen.ui.actions.poll.AddChoice">