You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/01 00:34:41 UTC

svn commit: r672946 - /continuum/trunk/continuum-webapp/src/main/resources/xwork.xml

Author: olamy
Date: Mon Jun 30 15:34:41 2008
New Revision: 672946

URL: http://svn.apache.org/viewvc?rev=672946&view=rev
Log:
[CONTINUUM-1758]  Error with group summary auto-refresh after adding a project group


Modified:
    continuum/trunk/continuum-webapp/src/main/resources/xwork.xml

Modified: continuum/trunk/continuum-webapp/src/main/resources/xwork.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml?rev=672946&r1=672945&r2=672946&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/xwork.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/xwork.xml Mon Jun 30 15:34:41 2008
@@ -337,7 +337,7 @@
 
     <action name="addProjectGroup" class="addProjectGroup">
       <result name="input">/WEB-INF/jsp/projectGroupAdd.jsp</result>
-      <result name="success" type="chain">groupSummary</result>
+      <result name="success" type="redirect-action">groupSummary</result>
     </action>
 
     <action name="editProjectGroup" class="projectGroup" method="edit">