public class bufTag extends BodyTagSupport
{
public int doStartTag() throws JspException {
//INSERT CODE HERE }
}
Assume that tag has properly Configured to allow body-content.
Which,if inserted at line // would cause
jsp code
<mytags:mytag>BodyContent</mytags:mytag>
to output bodyContent?
A. return SKIP_BODY;
B. return EVAL_BODY_INCLUDE
C. return EVAL_BODY_BUFFERED
D. return BODY_CONTENT
they said answer B
but i think answer C
Can anybody exapin me this please.
Thanx
sanjay