The return value from "doStartTag()" can have three (more?) different return values, being EVAL_BODY_INCLUDE, EVAL_BODY_BUFFERED, or SKIP_BODY.
I don't see how the difference is "silly". It was a good idea to separate them, so tags which don't need to manipulate their body can be more efficient. > -----Original Message----- > From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] > > Thanks, yes that appeared to be it. I'm always running into > this "silly" > issue of TagSupport vs. BodyTagSupport and the difference in > the constants. > > TagSupport --> EVAL_BODY_INCLUDE or SKIP_BODY > > BodyTagSupport --> EVAL_BODY_BUFFERED or SKIP_BODY > > Seems that the JSP Taglib spec has alot of this use of > constant ints in > situations where boolean return values would do just fine and save on > the confusion. But thats a different issue for a different list... ;-) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
