[jboss-svn-commits] JBL Code SVN: r29001 - labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/management-web/src/main/webapp.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 20 12:06:53 EDT 2009


Author: tcunning
Date: 2009-08-20 12:06:52 -0400 (Thu, 20 Aug 2009)
New Revision: 29001

Modified:
   labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp
Log:
JBESB-2795
Make sure we break at the appropriate place so that
null values aren't shown.


Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp	2009-08-20 15:57:50 UTC (rev 29000)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp	2009-08-20 16:06:52 UTC (rev 29001)
@@ -147,6 +147,7 @@
 			<td align="right"><%=jmxd.getCountvalue()%></td>
 		</tr>
 	<%
+			break;
 		case StatisticsHelper.BYTES_ATTRIBUTE:
 	%>
 		<tr>



More information about the jboss-svn-commits mailing list