Author: rwonly
Date: Wed Jun 2 02:59:48 2010
New Revision: 950346
URL: http://svn.apache.org/viewvc?rev=950346&view=rev
Log:
GERONIMO-5167 "ERROR [JNDIReferenceFactory] null" when I deploy new JMS Resource Group for
Active MQ(Patch from Ben)
Modified:
geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
Modified: geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp?rev=950346&r1=950345&r2=950346&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
(original)
+++ geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
Wed Jun 2 02:59:48 2010
@@ -24,7 +24,7 @@
<p><fmt:message key="jmswizard.destination.title" /></p>
<!-- FORM TO COLLECT DATA FOR THIS PAGE -->
-<form name="<portlet:namespace/>JMSForm" action="<portlet:actionURL/>" method="POST">
+<form name="<portlet:namespace/>JMSForm" id="<portlet:namespace/>JMSForm"
action="<portlet:actionURL/>" method="POST">
<input type="hidden" name="mode" value="destination-after" />
<input type="hidden" name="rar" value="${data.rarURI}" />
<input type="hidden" name="dependency" value="${data.dependency}" />
|