fixed delete URL

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-20 14:32:55 +00:00
parent b26b6e809a
commit 4806b2b4cb
1 changed files with 1 additions and 1 deletions

View File

@ -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>