Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: BodyContent


Message #1 by "ricky" <verymeanguy@y...> on Wed, 15 Aug 2001 15:37:32
When we need to write out the contents in a BodyTagSupport Tag, we can use
BodyContent.writeOut(BodyContent.getEnclosingWriter()) to write everyting 
in the doAfterBody() iteration loop out? Simple as that?

Is it the same as retrieving Strng content from each iteration through 
BodyContent.getString(), then appening Strings from each iteration 
together, then BodyContent.getEnclosingWriter(thisString)? Are they same?

Thanks.

  Return to Index