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=11942>.
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=11942

reassignment of variables to pagecontext attributes in body loop

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2002-08-26 20:07 -------
Note that the body is evaluated, and doAfterBody() is called (to determine
whether the body needs to be reevaluated), *only if* if a body present. 

Therefore, the servlet code fragment you listed below is generated only if the
tag handler in question implements IterationTag (this condition is true if the
tag handler extends TagSupport or any of its subclasses, such as BodyTagSupport)
*and* is non-empty.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to