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>