On 15 Oct 2002, Felipe Schnack wrote:

> i don't know, but in my opinion, we shouldn't call release() at every
> doEndTag(), but we should clean, for instance, tag attributes and these
> such things.

To reiterate, you should not reset tag attribute values in doEndTag().  
doEndTag() should hardly ever perform cleanup at all, except to perform
best-efforts cleanup of per-invocation resources under JSP 1.1.  (In JSP
1.2, doFinally() is better for clearing per-invocation state because it's
guaranteed to run.)

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to