You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/06/09 18:08:30 UTC

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/examples FooTag.java

remm        2002/06/09 09:08:30

  Modified:    webapps/examples/WEB-INF/classes/examples FooTag.java
  Log:
  - The examples tag is not compatible with tag reuse (although it should).
  - This raises the problem of how many tags out there are not compatible with
    reuse.
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/examples/FooTag.java
  
  Index: FooTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/examples/FooTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FooTag.java	26 Aug 2000 01:14:44 -0000	1.2
  +++ FooTag.java	9 Jun 2002 16:08:30 -0000	1.3
  @@ -41,6 +41,7 @@
        * @return EVAL_BODY_INCLUDE
        */
       public int doStartTag() throws JspException {
  +        i = 0;
   	return EVAL_BODY_TAG;
       }
   
  
  
  

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