>
>Sorry for the long message, but I'm a bit unclear on some Tag related
>spec details. I need to make sure I have a clear understanding before
>I start thinking about tag handler reuse implementation.
>
>
>My original understanding of Tag.release was that it was always called after
>a tag handl
Casey Lucas wrote:
>
> Sorry for the long message, but I'm a bit unclear on some Tag related
> spec details. I need to make sure I have a clear understanding before
> I start thinking about tag handler reuse implementation.
> [...]
The JSP 1.1 spec is very confusing in this regard. I suggest yo
My reading of the spec is that after calling Tag.release, the tag handler
could be safely put back into the pool. However calling Tag.release after
doEndTag isn't mandatory. If the compiler is smart enough, it may re-use a
tag without releasing it first if the second invocation uses a super-set o