You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2010/06/02 04:57:49 UTC

svn commit: r950345 - /geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp

Author: rwonly
Date: Wed Jun  2 02:57:49 2010
New Revision: 950345

URL: http://svn.apache.org/viewvc?rev=950345&view=rev
Log:
GERONIMO-5167 "ERROR [JNDIReferenceFactory] null" when I deploy new JMS Resource Group for Active MQ(Patch from Ben)

Modified:
    geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp

Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp?rev=950345&r1=950344&r2=950345&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp Wed Jun  2 02:57:49 2010
@@ -48,7 +48,7 @@ function <portlet:namespace/>validateFor
 <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}" />