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 2002/08/26 22:07:44 UTC

DO NOT REPLY [Bug 11942] - reassignment of variables to pagecontext attributes in body loop

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

jan.luehe@sun.com changed:

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



------- Additional Comments From jan.luehe@sun.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>