You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by oc...@apache.org on 2008/02/01 10:36:06 UTC

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

Author: oching
Date: Fri Feb  1 01:36:05 2008
New Revision: 617400

URL: http://svn.apache.org/viewvc?rev=617400&view=rev
Log:
[CONTINUUM-1643]
-fixed the resulting blank page after submitting the release perform form

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

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml?rev=617400&r1=617399&r2=617400&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml Fri Feb  1 01:36:05 2008
@@ -466,7 +466,7 @@
     </action>
 
     <action name="releasePerformFromScm" class="releasePerform" method="executeFromScm">
-      <result name="input" type="chain">releasePerformFromScmInput</result>
+      <result name="input">/WEB-INF/jsp/releasePerformFromScm.jsp</result>
       <result name="success" type="redirect-action">
         <param name="actionName">releaseInProgress</param>
         <param name="projectId">${projectId}</param>