You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/01/22 02:11:36 UTC

DO NOT REPLY [Bug 16302] - UseAttributeTag does not clear id attribute

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16302>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16302

UseAttributeTag does not clear id attribute

martinc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From martinc@apache.org  2003-01-22 01:11 -------
Per the spec, attribute values specifically should not be reset between uses of 
the same tag instance. This allows the container to reuse the instance, knowing 
that some values need not be set again if they have the same value as the 
previous use. See the description under Lifecycle in section JSP.10.1.1 of the 
JSP 1.2 spec, and in particular the explanation of AttSets.

>From what you describe, Tomcat is doing the right thing. There was a bug prior 
to Struts 1.1-b3 that caused the problem you describe. However, that bug (see 
Bugzilla #14366) was fixed on 12/6/2002, and is included in the 1.1-b3 release.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>