You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/20 16:32:55 UTC

svn commit: r423947 - /incubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp

Author: jstrachan
Date: Thu Jul 20 07:32:55 2006
New Revision: 423947

URL: http://svn.apache.org/viewvc?rev=423947&view=rev
Log:
fixed delete URL

Modified:
    incubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp

Modified: incubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp?rev=423947&r1=423946&r2=423947&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp (original)
+++ incubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp Thu Jul 20 07:32:55 2006
@@ -36,7 +36,7 @@
 <td>${row.JMSTimestamp}</td>
 <td>${row.JMSType}</td>
 <td>
-    <a href="deleteDestination.action?destination=${row.JMSMessageID}">Delete</a>
+    <a href="deleteDestination.action?JMSDestination=${row.JMSDestination}">Delete</a>
 </td>
 </tr>
 </jms:forEachMessage>