rlubke      02/01/28 16:04:29

  Modified:    src/server/jsp-tests/jsp/tagext/BodyTagSupport
                        positiveDoAfterBody.jsp positiveDoEndTag.jsp
                        positiveDoInitBody.jsp
  Added:       src/server/jsp-tests/jsp/tagext/BodyTagSupport
                        positiveLifeCycle.jsp
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveDoAfterBody.jsp
  
  Index: positiveDoAfterBody.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveDoAfterBody.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDoAfterBody.jsp   4 Oct 2000 00:26:56 -0000       1.1
  +++ positiveDoAfterBody.jsp   29 Jan 2002 00:04:29 -0000      1.2
  @@ -12,7 +12,7 @@
        Result :     The passed attribute should be printed
                     
        **/  
  -%>    
  +%>
   
   
   <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib"; prefix="eg" %>
  
  
  
  1.2       +1 -2      
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveDoEndTag.jsp
  
  Index: positiveDoEndTag.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveDoEndTag.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDoEndTag.jsp      4 Oct 2000 00:26:56 -0000       1.1
  +++ positiveDoEndTag.jsp      29 Jan 2002 00:04:29 -0000      1.2
  @@ -9,13 +9,12 @@
                      indicating that the method is called.
        Result :   Should print the attribute that is passed.
        **/  
  -%>    
  +%>
   
   
   <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib"; prefix="eg" %>
   
   <eg:test toBrowser="true" att1="doEndTag">
   Test For </eg:test>
  -
   </body>
   </html>
  
  
  
  1.2       +2 -2      
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveDoInitBody.jsp
  
  Index: positiveDoInitBody.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveDoInitBody.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDoInitBody.jsp    4 Oct 2000 00:26:56 -0000       1.1
  +++ positiveDoInitBody.jsp    29 Jan 2002 00:04:29 -0000      1.2
  @@ -6,10 +6,10 @@
        Name : positiveDoInitBody
        Description : Pass an attribute to the test tag
                      and print it inside the doInitBody()
  -                   method,indiacting that the method is invoked.
  +                   method, indicating that the method is invoked.
        Result :   The attribute passed should be printed.
        **/  
  -%>    
  +%>
   
   
   <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib"; prefix="eg" %>
  
  
  
  1.1                  
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/BodyTagSupport/positiveLifeCycle.jsp
  
  Index: positiveLifeCycle.jsp
  ===================================================================
  <html>
  <title>positiveLifeCycle</title>
  <body>
  <% 
        /**     
        Name : positiveLifeCycle
        Description : Tests all aspects of LifeCycle aside from release(). 
        Result : Should print all attributes passed. 
        **/  
  %>
  
  
  <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib"; prefix="eg" %>
  
  <eg:lifeCycle toBrowser="true" att1="pageContext" att2="doStartTag" att3="doInitBody"
  att4="doAfterBody" att5="doEndTag" >
   </eg:lifeCycle>
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to