On page 323 (Table 16.8, chaper 16) of the SCWCD Exam Study Kit, the author states that the EVAL_BODY_BUFFERED constant can be returned by doStartTag() and doAfterBody(), for tags that implement the BodyTag interface.
Is that really true?
I cannot find proof of this in the Servlet API nor the servlet spec.
From reading these, I am led to belive that only IterationTag.EVAL_BODY_AGAIN or Tag.SKIP_BODY can be returned by doAfterBody(), even when the tag implements the BodyTag interface. Am I correct?
I am studying for the 1.3 test, not the 1.4 beta, so I am only looking at version 1.2 of the JSP spec.