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

custom tag output is not flushed then not writed to jsp output

           Summary: custom tag output is not flushed then not writed to jsp
                    output
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


On a jsp like:

---a.jsp>>>
&lt;html>
.
.
.
.
&lt;MyCustomTags:myFirstTag ..... />
.
.
.
.
&lt;/body>
&lt;/html>


The problem is that if miFirstTag does an output to the jsp output (writing to
pageContext.getOut() on handler of type Tag or writing to getPreviousOut() on
handler of type BodyTag) it does not appears on a.jsp (or only appears part of
all the content that has been writen on the custom tag). I have seen that the
output is not flushed when the custom tag handler finishes.

On previous 4.1.x (at least on 4.1.12) versions it worked fine.

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

Reply via email to