Re: Tag Handler Pooling Clarification

2001-03-06 Thread William Barker
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

Re: Tag Handler Pooling Clarification

2001-03-06 Thread Hans Bergsten
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 you

Re: Tag Handler Pooling Clarification

2001-03-06 Thread Craig McClanahan
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 handler was