File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Web Component Certification (SCWCD/OCPJWCD)
Author
write to output in the doAfterBody
chris noe
Greenhorn
Joined: Aug 20, 2003
Posts: 14
posted
Aug 17, 2005 03:17:00
0
Hello,
I'm studying for the SCWCD exam and i'm a bit confused about the following :
Can someone tell me the difference between :
JspWriter
wrt = getBodyContent.getEnclosingWriter();
JspWriter
wrt = getPreviousOut();
JspWriter
wrt = getPageContext.getOut();
in the doAfterBodyMethod of a class extending the
BodyTagSupport
.
Doesn't all the 'wrt' write to the same output ?
Tnx,
Chris.
I agree. Here's the link:
http://zeroturnaround.com/jrebel/download
subject: write to output in the doAfterBody
Similar Threads
doAfterBody() is not executed using BodyTagSupport
write to output in the doAfterBody() method
Outputting help
A proble writing byte array to client in JSP
sending html to the browser whilst an intensive operation proceeds
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter