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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to