[jboss-cvs] JBossAS SVN: r83380 - trunk/varia/src/resources/jmx/html.

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


Author: fjuma
Date: 2009-01-23 14:53:22 -0500 (Fri, 23 Jan 2009)
New Revision: 83380

Modified:
   trunk/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: trunk/varia/src/resources/jmx/html/inspectMBean.jsp
===================================================================
--- trunk/varia/src/resources/jmx/html/inspectMBean.jsp	2009-01-23 19:38:52 UTC (rev 83379)
+++ trunk/varia/src/resources/jmx/html/inspectMBean.jsp	2009-01-23 19:53:22 UTC (rev 83380)
@@ -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