Re: When using custom tags to write output back to the jsp page.
Posted By:
Norman_Hanson
Posted On:
Friday, December 7, 2001 10:15 AM
1) in doAfterBody for example...
JspWriter out = pageContext.getOut();
2) same goes for iteration just when your done iterating...
bodyContent.writeOut(bodyContent.getEnclosingWriter());
--norm