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:56:38 UTC

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

Author: rwonly
Date: Wed Jun  2 02:56:38 2010
New Revision: 950344

URL: http://svn.apache.org/viewvc?rev=950344&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.2/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp?rev=950344&r1=950343&r2=950344&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp Wed Jun  2 02:56:38 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}" />