Hello Martin,

I think that such error can be thrown in containers with tag pooling -
so prevously used tag instance will have default attribute value.

Wednesday, March 06, 2002, 10:29:06 PM, you wrote:

MC> Interesting. This should not make a difference unless there is another bug
MC> involved (either in the tag or the container). What were the symptoms
MC> involved here, and which container was being used?

MC> --
MC> Martin Cooper


MC> ----- Original Message -----
MC> From: <[EMAIL PROTECTED]>
MC> To: <[EMAIL PROTECTED]>
MC> Sent: Wednesday, March 06, 2002 1:11 AM
MC> Subject: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean
MC> WriteTag.java


>> oalexeev    02/03/06 01:11:10
>>
>>   Modified:    src/share/org/apache/struts/taglib/bean WriteTag.java
>>   Log:
>>   Fix - formatKey class variable is not set to null in release() method.
>>   Bug submitted by "Matt Read" <[EMAIL PROTECTED]>
>>
>>   Revision  Changes    Path
>>   1.18      +5 -4
MC> jakarta-struts/src/share/org/apache/struts/taglib/bean/WriteTag.java
>>
>>   Index: WriteTag.java
>>   ===================================================================
>>   RCS file:
MC> /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/bean/WriteTag.ja
MC> va,v
>>   retrieving revision 1.17
>>   retrieving revision 1.18
>>   diff -u -r1.17 -r1.18
>>   --- WriteTag.java 17 Jan 2002 18:20:16 -0000 1.17
>>   +++ WriteTag.java 6 Mar 2002 09:11:10 -0000 1.18
>>   @@ -1,7 +1,7 @@
>>    /*
>>   - * $Header:
MC> /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/bean/WriteTag.ja
MC> va,v 1.17 2002/01/17 18:20:16 oalexeev Exp $
>>   - * $Revision: 1.17 $
>>   - * $Date: 2002/01/17 18:20:16 $
>>   + * $Header:
MC> /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/bean/WriteTag.ja
MC> va,v 1.18 2002/03/06 09:11:10 oalexeev Exp $
>>   + * $Revision: 1.18 $
>>   + * $Date: 2002/03/06 09:11:10 $
>>     *
>>     * ====================================================================
>>     *
>>   @@ -89,7 +89,7 @@
>>     * output stream, optionally filtering characters that are sensitive in
MC> HTML.
>>     *
>>     * @author Craig R. McClanahan
>>   - * @version $Revision: 1.17 $ $Date: 2002/01/17 18:20:16 $
>>   + * @version $Revision: 1.18 $ $Date: 2002/03/06 09:11:10 $
>>     */
>>
>>    public class WriteTag extends TagSupport {
>>   @@ -430,6 +430,7 @@
>>            property = null;
>>            scope = null;
>>            formatStr = null;
>>   +        formatKey = null;
>>            localeKey = null;
>>            bundle = null;
>>
>>
>>
>>
>>
>> --
>> To unsubscribe, e-mail:
MC> <mailto:[EMAIL PROTECTED]>
>> For additional commands, e-mail:
MC> <mailto:[EMAIL PROTECTED]>
>>


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



-- 
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]



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

Reply via email to