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=12558>. 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=12558 Unable to capture fragment evaluation in a Writer if the fragment writes to the default 'out' Summary: Unable to capture fragment evaluation in a Writer if the fragment writes to the default 'out' Product: Tomcat 5 Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Jasper2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Lets take the case when a Simple Tag evaluates its body and captures the evaluation in a StringWriter. The body in turn consists of a classic tag ( or simple tag) that writes some text to the default writer ( using pageContext.getOut().println() ) What happens is that the text gets written into the default out and is not captured by the StringWriter. <st:SimpleTag att1="attvalue1"> <ct:classictag> </ct:classictag> </st:simpletag> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>