Update of /var/cvs/html/mmbase/admin
In directory james.mmbase.org:/tmp/cvs-serv2196
Modified Files:
index_simple.jsp
Log Message:
removed stuff with c:catch from index_simple, which is used during debugging
only anyway
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin
Index: index_simple.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/admin/index_simple.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- index_simple.jsp 25 Apr 2008 11:29:46 -0000 1.1
+++ index_simple.jsp 10 Jan 2009 17:48:06 -0000 1.2
@@ -28,21 +28,9 @@
<body>
<div id="content">
- <c:catch var="exception">
<mm:component debug="xml" name="$component" block="${block}">
<mm:frameworkparam
name="category">${category}</mm:frameworkparam>
</mm:component>
- </c:catch>
- <c:if test="${! empty exception}">
- <pre>
- ${mm:escape('text/xml', exception)}
- </pre>
- <pre>
- ${mm:escape('text/xml', exception.cause.cause.cause)}
- ${mm:escape('text/xml', exception.cause.cause)}
- ${mm:escape('text/xml', exception.cause)}
- </pre>
- </c:if>
</div>
</body>
</html>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs