Author: tchemit Date: 2012-06-16 23:49:58 +0200 (Sat, 16 Jun 2012) New Revision: 3496 Url: http://chorem.org/repositories/revision/pollen/3496 Log: fix Addchoice action when an validation error occurs Modified: trunk/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/AddChoice.java Modified: trunk/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/AddChoice.java =================================================================== --- trunk/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/AddChoice.java 2012-06-16 21:49:24 UTC (rev 3495) +++ trunk/pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/poll/AddChoice.java 2012-06-16 21:49:58 UTC (rev 3496) @@ -120,6 +120,10 @@ } } + public String prepareVotePage() throws Exception { + return prepareVotePage(false); + } + @InputConfig(methodName = "prepareVotePage") @Override public String execute() throws Exception {
participants (1)
-
tchemit@users.chorem.org