[jboss-cvs] JBossAS SVN: r83378 - branches/Branch_5_x/varia/src/resources/jmx/html.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 23 14:23:49 EST 2009


Author: fjuma
Date: 2009-01-23 14:23:49 -0500 (Fri, 23 Jan 2009)
New Revision: 83378

Modified:
   branches/Branch_5_x/varia/src/resources/jmx/html/inspectMBean.jsp
Log:
JBAS-6328: Modified inspectMBean.jsp so that clicking on the "Apply Changes" button in the JMX Console no longer results in an error.



Modified: branches/Branch_5_x/varia/src/resources/jmx/html/inspectMBean.jsp
===================================================================
--- branches/Branch_5_x/varia/src/resources/jmx/html/inspectMBean.jsp	2009-01-23 19:21:03 UTC (rev 83377)
+++ branches/Branch_5_x/varia/src/resources/jmx/html/inspectMBean.jsp	2009-01-23 19:23:49 UTC (rev 83378)
@@ -175,7 +175,7 @@
 <br/>
 <form method="post" action="HtmlAdaptor">
  <input type="hidden" name="action" value="updateAttributes" />
- <input type="hidden" name="name" value="<%= quotedObjectNameString %>" />
+ <input type="hidden" name="name" value="<%= objectNameString %>" />
  <table width="100%" cellspacing="1" cellpadding="1" border="1" align="center">
   <tr>
    <th>Attribute Name</th>




More information about the jboss-cvs-commits mailing list