You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2012/06/08 18:52:39 UTC

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

Author: rajdavies
Date: Fri Jun  8 16:52:39 2012
New Revision: 1348150

URL: http://svn.apache.org/viewvc?rev=1348150&view=rev
Log:
patch applied for https://issues.apache.org/jira/browse/AMQ-3867

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

Modified: activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp?rev=1348150&r1=1348149&r2=1348150&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp Fri Jun  8 16:52:39 2012
@@ -49,7 +49,7 @@
 <td><jms:formatTimestamp timestamp="${row.JMSTimestamp}"/></td>
 <td><c:out value="${row.JMSType}"/></td>
 <td>
-    <a href="deleteMessage.action?JMSDestination=<c:out value="${row.JMSDestination}"/>&messageId=${row.JMSMessageID}&secret=<c:out value='${sessionScope["secret"]}'/>">Delete</a>
+    <a href="deleteMessage.action?JMSDestination=<c:out value="${requestContext.queueBrowser.JMSDestination}"/>&messageId=${row.JMSMessageID}&secret=<c:out value='${sessionScope["secret"]}'/>">Delete</a>
 </td>
 </tr>
 </jms:forEachMessage>