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=10257>.
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=10257

WriteTag : bundle & localeKey incorrectly set to null

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-06-30 03:57 -------
You are correct that WriteTag should not be attempting to set these attributes
in their initialization expressions, or in the release() method.  Fortunately,
the places that these variables were used already does the right thing with null
values (i.e. picks up the correct defaults), so all we need to do here is not
initialize them to anything.

All of the tag implementation classes need to be reviewed for issues like this,
because they will not necessarily work correctly in containers that reuse tag
instances.

Fixed in nightly build 20020630.

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

Reply via email to