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 2004/07/15 23:58:49 UTC

DO NOT REPLY [Bug 30098] - out is not correct after doStart() of pushBody Tag

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=30098

out is not correct after doStart() of pushBody Tag

kin-man.chung@sun.com changed:

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



------- Additional Comments From kin-man.chung@sun.com  2004-07-15 21:58 -------
The methods pushBody and popBody are intended for Jasper generated codes and not
for JSP or Taglib authors.  Also, the spec requires that "out" be an implicit
variable that must be maintained by the implementation class, so it should
always refer to the current JspWriter.

See JSP 1.2 spec section JSP.9.2 "Implicit Objects" for further details.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org