If I do not have doStartTag method in my tag handler. What is the default reutrn value. case 1)my handler class extends the TagSupport class. case 2)my handler class extends the BodyTagSupport class.
Originally posted by Win Yu: If I do not have doStartTag method in my tag handler. What is the default reutrn value. case 1)my handler class extends the TagSupport class. SKIP_BODY case 2)my handler class extends the BodyTagSupport class. EVAL_BODY_BUFFERED