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

<html:radio> idName property not being released in taglib

           Summary: <html:radio> idName property not being released in
                    taglib
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The idName property of the <html:radio> tag is not being released in the 
release method of the taglib (or its super class). This causes erratic behavior 
when a page that uses an iterator to set the radio (using the idName attribute) 
and then goes to a page that does not use the idName attribute. The idName 
attribute is still set to whatever the last page set it as and it can't find 
that bean from the old page in the new page.

Solution: reset idName in release() method of taglib so that the container 
initializes the value.

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

Reply via email to