Hi, I've been studying for the web component dev cert using the HFSJ book.
I'm just wondering what is the difference between BodyTagSupport and TagSupport when TagSupport can still evaluate the body by returning EVAL_BODY_INCLUDE?
Thanks in advance. [ September 05, 2005: Message edited by: rusty angus ]
-- Arthur<br /> <br />A journey of a thousand miles...
BodyTagSupport allows manipulating the content of evaluating tag body. If you use TagSupport, evaluated body is placed to the page, and the user can do nothing with this. When using BodyTagSupport, the user can pick evaluated body from the buffer (BodyContent object) and transform it according his needs.
Any sufficiently advanced technology will be used as a cat toy. And this tiny ad contains a very small cat:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!