pro_jsp thread: writing content from a tag
I have a question about JSP custom tags. Is is true that when we use TagSupport we don't have to explicitly use BodyContent to get the enclosng Writer to write the content out, but we need to get enclosin writer if we use BodyTagSupport?
|





