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

[EMAIL PROTECTED] changed:

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



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

Reply via email to