jmitchell 2003/10/11 19:31:42
Modified: web/test/test/org/apache/struts/taglib/bean
TestIncludeTag.jsp
Log:
Oops, forgot to remove some debug stuff.
Revision Changes Path
1.4 +0 -12
jakarta-struts/web/test/test/org/apache/struts/taglib/bean/TestIncludeTag.jsp
Index: TestIncludeTag.jsp
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/test/test/org/apache/struts/taglib/bean/TestIncludeTag.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestIncludeTag.jsp 11 Oct 2003 23:18:17 -0000 1.3
+++ TestIncludeTag.jsp 12 Oct 2003 02:31:42 -0000 1.4
@@ -12,18 +12,6 @@
<bean:define id="EXPECTED_RESULTS" toScope="page">
Test Value
</bean:define>
-
-<%
-System.out.println("=========>Request:" + request);
-System.out.println("=========>request.getServerPort():" + request.getServerPort());
-System.out.println("=========>request.getRequestURI():" + request.getRequestURI());
-System.out.println("=========>INCLUDE_TAG_KEY:" +
pageContext.getAttribute("INCLUDE_TAG_KEY"));
-System.out.println("=========>EXPECTED_RESULTS:" +
pageContext.getAttribute("EXPECTED_RESULTS"));
-
-if (true)
- throw new Exception();
-%>
-
</logic:equal>
<logic:equal name="runTest" value="testIncludeTagHref">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]