You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by la...@locus.apache.org on 2000/09/14 05:13:08 UTC

cvs commit: jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/engine/PageContext positiveInclude.html

larryi      00/09/13 20:13:08

  Modified:    src/clients/org/apache/jcheck/jsp/client/engine/PageContext
                        Tag: tomcat_32 positiveInclude.html
  Log:
  The API doc says for PageContext.include():
  
  "The current JspWriter "out" for this JSP is flushed as a side-effect of this
  call, prior to processing the include."
  
  Updating to match Tomcat 3.2's corrected behavior.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.1   +6 -15     jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/engine/PageContext/positiveInclude.html
  
  Index: positiveInclude.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/engine/PageContext/positiveInclude.html,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- positiveInclude.html	2000/01/27 18:50:13	1.1
  +++ positiveInclude.html	2000/09/14 03:13:07	1.1.4.1
  @@ -1,26 +1,17 @@
   <html>
  -<title>forward</title>
  -<body>
  -SUCCESS
  -
  -</body>
  -</html><html>
   <title>positiveInclude</title>
   <body>
   
   <!-- this is to test if include() method works -->
   <!-- using pageContext object to include -->
  -
  -
  +<html>
  +<title>forward</title>
  +<body>
  +SUCCESS
   
   </body>
   </html>
   
   
  -
  -
  -
  -
  -
  -
  -
  +</body>
  +</html>