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 rl...@apache.org on 2002/01/29 01:26:27 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport default_return_values.html positiveDoAfterBody.html positiveDoEndTag.html positiveDoStartTag.html positiveGetParent.html positiveGetValue.html positiveGetValues.html positiveRemoveValue.html positiveSetGetId.html positiveSetPageContext.html positiveSetValue.html positivefindAncestorWithClass.html

rlubke      02/01/28 16:26:27

  Modified:    src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport
                        default_return_values.html positiveDoAfterBody.html
                        positiveDoEndTag.html positiveDoStartTag.html
                        positiveGetParent.html positiveGetValue.html
                        positiveGetValues.html positiveRemoveValue.html
                        positiveSetGetId.html positiveSetPageContext.html
                        positiveSetValue.html
                        positivefindAncestorWithClass.html
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.2       +13 -12    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/default_return_values.html
  
  Index: default_return_values.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/default_return_values.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default_return_values.html	1 Dec 2000 22:09:31 -0000	1.1
  +++ default_return_values.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,15 +1,16 @@
  -<html>
  -<title>default_return_values</title>
  -<body>
  -	 
  -
  -
  -
  -
  +<html>
  +<title>default_return_values</title>
  +<body>
  +
  +
  +
  +
  +
   doStartTag returned SKIP_BODY
  +
   doAfterBody returned SKIP_BODY
   doEndTag returned EVAL_PAGE
  -
  -
  -</body>
  -</html>
  +
  +
  +</body>
  +</html>
  
  
  
  1.2       +30 -15    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveDoAfterBody.html
  
  Index: positiveDoAfterBody.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveDoAfterBody.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDoAfterBody.html	1 Dec 2000 22:09:31 -0000	1.1
  +++ positiveDoAfterBody.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,30 +1,45 @@
  -<html>
  -<title>positiveDoAfterBody</title>
  -<body>
  -	 
  -
  -
  -
  +<html>
  +<title>positiveDoAfterBody</title>
  +<body>
  +
  +
  +
  +
  +
   End of tag Reached
  -
  +
  +
   JSP is cool
  +
   JSP is cool
  +
   End of tag Reached
  -
  +
  +
   JSP is cool
  +
   JSP is cool
  +
   JSP is cool
  +
   JSP is cool
  +
   End of tag Reached
  -
  +
  +
   JSP is cool
  +
   End of tag Reached
  -
  +
  +
   JSP is cool
  +
   JSP is cool
  +
   JSP is cool
  +
   End of tag Reached
  -
  -
  -</body>
  -</html>
  +
  +
  +</body>
  +</html>
  
  
  
  1.2       +11 -11    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveDoEndTag.html
  
  Index: positiveDoEndTag.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveDoEndTag.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDoEndTag.html	1 Dec 2000 22:09:31 -0000	1.1
  +++ positiveDoEndTag.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,12 +1,12 @@
  -<html>
  -<title>positiveDoEndTag</title>
  -<body>
  -	 
  -
  -
  -
  +<html>
  +<title>positiveDoEndTag</title>
  +<body>
  +
  +
  +
  +
   End of tag Reached
  -
  -
  -</body>
  -</html>
  +
  +
  +</body>
  +</html>
  
  
  
  1.2       +5 -0      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveDoStartTag.html
  
  Index: positiveDoStartTag.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveDoStartTag.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDoStartTag.html	9 Oct 2000 22:52:42 -0000	1.1
  +++ positiveDoStartTag.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,6 +1,11 @@
   <html>
   <title>positiveDoStartTag</title>
   <body>
  +
  +
  +
  +
   Test For doStartTag
  +
   </body>
   </html>
  
  
  
  1.2       +10 -6     jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveGetParent.html
  
  Index: positiveGetParent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveGetParent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveGetParent.html	9 Oct 2000 22:52:42 -0000	1.1
  +++ positiveGetParent.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,6 +1,10 @@
  -<html> 
  -<title>positiveGetParent</title> 
  -<body> 
  -getParent method Pass 
  -</body> 
  -</html> 
  +<html>
  +<title>positiveGetParent</title>
  +<body>
  +
  +
  +
  +getParent method Pass
  +
  +</body>
  +</html>
  
  
  
  1.2       +12 -14    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveGetValue.html
  
  Index: positiveGetValue.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveGetValue.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveGetValue.html	9 Oct 2000 22:52:42 -0000	1.1
  +++ positiveGetValue.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,14 +1,12 @@
  -<html>
  -<title>positiveGetValue</title>
  -<body>
  -
  -
  -Colors are  red
  - 
  -<br> Colors are  green
  - 
  -<br> 
  -
  -
  -</body>
  -</html>
  \ No newline at end of file
  +<html>
  +<title>positiveGetValue</title>
  +<body>
  +
  +Colors are  red
  +
  +<br> Colors are  green
  +
  +<br> 
  +
  +</body>
  +</html>
  
  
  
  1.2       +11 -15    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveGetValues.html
  
  Index: positiveGetValues.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveGetValues.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveGetValues.html	9 Oct 2000 22:52:42 -0000	1.1
  +++ positiveGetValues.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,15 +1,11 @@
  -<html>
  -<title>positiveGetValues</title>
  -<body>
  -
  -
  -
  -<!-- Returns only keys names -->
  -
  -Color2
  -Color1
  -
  -
  -
  -</body>
  -</html>
  \ No newline at end of file
  +<html>
  +<title>positiveGetValues</title>
  +<body>
  +
  +
  +<!-- Returns only keys names -->
  +Color2
  +Color1
  +
  +</body>
  +</html>
  
  
  
  1.2       +15 -17    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveRemoveValue.html
  
  Index: positiveRemoveValue.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveRemoveValue.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveRemoveValue.html	9 Oct 2000 22:52:42 -0000	1.1
  +++ positiveRemoveValue.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,17 +1,15 @@
  -<html>
  -<title>positiveRemoveValue</title>
  -<body>
  -
  -
  -Colors are  red
  - 
  -<br> Colors are  green
  - 
  -<br> 
  -
  -<br>
  -null
  -
  -</body>
  -</html>
  -
  +<html>
  +<title>positiveRemoveValue</title>
  +<body>
  +
  +Colors are  red
  +
  +<br> Colors are  green
  +
  +<br> 
  +
  +<br>
  +null
  +
  +</body>
  +</html>
  
  
  
  1.2       +12 -11    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveSetGetId.html
  
  Index: positiveSetGetId.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveSetGetId.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveSetGetId.html	1 Dec 2000 22:09:31 -0000	1.1
  +++ positiveSetGetId.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,13 +1,14 @@
  -<html>
  -<title>positiveSetGetId</title>
  -<body>
  -	 
  -
  -
  -
  +<html>
  +<title>positiveSetGetId</title>
  +<body>
  +
  +
  +
  +
  +
   My Tag Id is:TestSetGetId
   End of tag Reached
  -
  -
  -</body>
  -</html>
  +
  +
  +</body>
  +</html>
  
  
  
  1.3       +5 -5      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveSetPageContext.html
  
  Index: positiveSetPageContext.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveSetPageContext.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- positiveSetPageContext.html	5 Dec 2000 21:34:23 -0000	1.2
  +++ positiveSetPageContext.html	29 Jan 2002 00:26:27 -0000	1.3
  @@ -1,6 +1,6 @@
  -<html> 
  -<title>positiveSetPageContext</title> 
  -<body> 
  +<html>
  +<title>positiveSetPageContext</title>
  +<body>
   
   
   
  @@ -9,5 +9,5 @@
   
    positiveSetPageContext Test Passed 
   
  -</body> 
  -</html> 
  +</body>
  +</html>
  
  
  
  1.2       +11 -13    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveSetValue.html
  
  Index: positiveSetValue.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positiveSetValue.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveSetValue.html	9 Oct 2000 22:52:42 -0000	1.1
  +++ positiveSetValue.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,13 +1,11 @@
  -<html>
  -<title>positiveSetValue</title>
  -<body>
  -
  -
  -Colors are  red
  - 
  -<br> Colors are  green
  - 
  -<br> 
  -
  -</body>
  -</html>
  \ No newline at end of file
  +<html>
  +<title>positiveSetValue</title>
  +<body>
  +
  +Colors are  red
  +
  +<br> Colors are  green
  +
  +<br> 
  +</body>
  +</html>
  
  
  
  1.2       +14 -14    jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positivefindAncestorWithClass.html
  
  Index: positivefindAncestorWithClass.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/tagext/TagSupport/positivefindAncestorWithClass.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivefindAncestorWithClass.html	1 Dec 2000 22:09:31 -0000	1.1
  +++ positivefindAncestorWithClass.html	29 Jan 2002 00:26:27 -0000	1.2
  @@ -1,16 +1,16 @@
  -<html>
  -<title>positivefindAncestorWithClass</title>
  -<body>
  -	 
  -
  -
  -
  +<html>
  +<title>positivefindAncestorWithClass</title>
  +<body>
  +
  +
  +
  +
   First Prize winner is : santosh
  -
  -
  +
  +
   Second Prize winner is : pierre
  -
  -
  -
  -</body>
  -</html>
  +
  +
  +
  +</body>
  +</html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>