kinman 02/04/03 16:05:34
Modified: webapps/examples/jsp/include include.jsp
Log:
- The value for the buffer attribute of a page directive needs the
mandatory "kb" suffix, according to the spec.
Revision Changes Path
1.2 +1 -1 jakarta-tomcat-4.0/webapps/examples/jsp/include/include.jsp
Index: include.jsp
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/jsp/include/include.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- include.jsp 17 Aug 2000 00:58:12 -0000 1.1
+++ include.jsp 4 Apr 2002 00:05:33 -0000 1.2
@@ -8,7 +8,7 @@
<font color="red">
-<%@ page buffer="5" autoFlush="false" %>
+<%@ page buffer="5kb" autoFlush="false" %>
<p>In place evaluation of another JSP which gives you the current time:
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>