Author: jdonnerstag
Date: Mon Dec 3 23:10:13 2007
New Revision: 600813
URL: http://svn.apache.org/viewvc?rev=600813&view=rev
Log:
disabled writing the log since it is not yet working reliably
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java?rev=600813&r1=600812&r2=600813&view=diff
==============================================================================
---
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java
(original)
+++
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java
Mon Dec 3 23:10:13 2007
@@ -437,11 +437,13 @@
if (response.getBuffer().length() > 0)
{
-
log.error("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
- log.error("You probably forgot to add a
<body> tag to your markup since no Header Container was \n" +
- "found but components where
found which want to write to the <head> section.\n" +
- response.getBuffer());
-
log.error("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
+ // @TODO it is not yet working
properly. JDo to fix it
+//
log.error("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
+// log.error("You probably forgot to add a <body> tag to your markup since no
Header Container was
+// \n" +
+// "found but components where found which want to write to the <head>
section.\n" +
+// response.getBuffer());
+//
log.error("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
}
}
finally