> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 07, 2002 8:44 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit:
> jakarta-struts/src/share/org/apache/struts/taglib/tiles
> UseAttributeTag.java
> 
>   Log:
>   Correct a bug where the property "id" is not set properly 
> when the tag is reused.

>      public int doStartTag() throws JspException
>        {
>   +      // Do a local copy of id
>   +    String id=this.id;
>        if( id==null )
>          id=attributeName;

Would you mind elaborating on this a bit, Cedric?  Why do you need to to do
this?

I also noticed that the "release()" method is resetting the "id" field,
apparently due to a bug in TagSupport?  Is this really a bug in the base JSP
api?

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

Reply via email to