Page 1 of 1

About Question com.enthuware.ets.scwcd.v5.2.111 :

Posted: Wed Sep 19, 2012 5:36 am
by ETS User
It says return SKIP_BODY; shouldn't it be Tag.SKIP_BODY

Re: About Question com.enthuware.ets.scwcd.v5.2.111 :

Posted: Thu Sep 20, 2012 5:40 am
by admin
Since the class extends TagSupport, which implement Tag, you don't need to do Tag.SKIP_BODY.

HTH,
Paul.