DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33934>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33934 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-10 21:03 ------- Your quote from the spec refers to the invocation of the release() method. However, the release() method is not required to be called between uses of the tag within the same page. If a tag is reused on a page with the same AttSet, then the container is not required to invoke the setter for attributes that have the same value. Therefore, the tag itself cannot clear out the values, because the container would then be assuming the old values, which would no longer be there. Your example with the 'escapeXml' attribute is not valid, because the two tag usages do not have the same AttSet, and so the rule for reusing tag handlers with the same AttSets does not apply. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
