r3187 - branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/resources/config
Author: tchemit Date: 2012-03-14 17:15:06 +0100 (Wed, 14 Mar 2012) New Revision: 3187 Url: http://chorem.org/repositories/revision/pollen/3187 Log: fix urls Modified: branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/resources/config/struts-poll.xml Modified: branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/resources/config/struts-poll.xml =================================================================== --- branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/resources/config/struts-poll.xml 2012-03-14 16:14:45 UTC (rev 3186) +++ branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/resources/config/struts-poll.xml 2012-03-14 16:15:06 UTC (rev 3187) @@ -165,8 +165,7 @@ <action name="participatedList" class="org.chorem.pollen.ui.actions.poll.ParticipatedList"> <interceptor-ref name="pollenBasicLogguedStack"/> - <result name="input">/WEB-INF/jsp/poll/participatedList.jsp</result> - <result>/WEB-INF/jsp/home.jsp</result> + <result>/WEB-INF/jsp/poll/participatedList.jsp</result> </action> <!-- confirm delete comment -->
participants (1)
-
tchemit@users.chorem.org