You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/19 07:23:38 UTC

svn commit: r447742 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/buildNowCell.jsp

Author: carlos
Date: Mon Sep 18 22:23:37 2006
New Revision: 447742

URL: http://svn.apache.org/viewvc?view=rev&rev=447742
Log:
Fix buildNow link

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/buildNowCell.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/buildNowCell.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/buildNowCell.jsp?view=diff&rev=447742&r1=447741&r2=447742
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/buildNowCell.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/buildNowCell.jsp Mon Sep 18 22:23:37 2006
@@ -7,7 +7,7 @@
   <c:if test="${projectGroup.permissions.execute}">
     <c:choose>
       <c:when test="${!project.inQueue and ( project.state gt 0 ) and ( project.state lt 5 )}">
-        <ww:url id="buildProjectUrl" action="buildProject">
+        <ww:url id="buildProjectUrl" action="buildProject" namespace="/">
           <ww:param name="projectId" value="${project.id}"/>
         </ww:url>
         <ww:a href="%{buildProjectUrl}">