You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/01/13 20:41:56 UTC

DO NOT REPLY [Bug 16034] - doAfterBody is not called in iterating tag

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16034>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16034

doAfterBody is not called in iterating tag

jan.luehe@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From jan.luehe@sun.com  2003-01-13 19:41 -------
Works for me.

I added this line

  pageContext.getOut().print("DO_AFTER_BODY CALLED!");

to your tag handler's doAfterBody() implementation, and did get the expected
output. What makes you believe that doAfterBody() is not being called?
Note that in order for doAfterBody() to be called, your custom action must *not*
be empty.

As an aside, since your tag handler already extends BodyTagSupport, it
automatically implements IterationTag.

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