Author: tyrell
Date: Mon Jul 14 08:04:36 2008
New Revision: 19264
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19264

Log:
Passing the correct service name to the backend. This fixes DS editing.

Modified:
   trunk/mashup/java/modules/www/taskbar.jsp

Modified: trunk/mashup/java/modules/www/taskbar.jsp
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/taskbar.jsp?rev=19264&r1=19263&r2=19264&view=diff
==============================================================================
--- trunk/mashup/java/modules/www/taskbar.jsp   (original)
+++ trunk/mashup/java/modules/www/taskbar.jsp   Mon Jul 14 08:04:36 2008
@@ -127,7 +127,7 @@
     <%
         }else if (mediaType.equals(MashupConstants.DATA_SERVICE_MEDIA_TYPE)){
             %>
-        <a 
href="edit_ds.jsp?serviceName=<%=paramMashup%>&bounceback=<%=URLEncoder.encode(thisPage,
 "UTF-8")%>">Edit this mashup (Data Service)</a>
+        <a href="edit_ds.jsp?serviceName=<%=author + "-" + 
paramMashup%>&bounceback=<%=URLEncoder.encode(thisPage, "UTF-8")%>">Edit this 
mashup (Data Service)</a>
     <%
         }
     %>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to