[ http://issues.apache.org/struts/browse/STR-746?page=comments#action_38249 ] Paul Benedict commented on STR-746: -----------------------------------
Thanks Niall. I figured out the problem after writing to the dev list. It turns out, as you said, it's totally up to the container when the tag is released from the pool. Although the JSP spec says it should happen after the page is finished, this is untrue, and other resources on the web confirm this. What tripped me up was that there is a difference between properties and attributes. I had a variable not resetting because it wasn't exposed as an attribute. The container resets attributes (defined in TLD), but not internal properties which are your responsibility. That was my intention, but I didn't understand how I overlooked things. Now I do and things are fine. I'll check in the change soon. > Add <html:param> for multiple parameters > ---------------------------------------- > > Key: STR-746 > URL: http://issues.apache.org/struts/browse/STR-746 > Project: Struts 1 > Issue Type: Improvement > Components: Taglibs > Affects Versions: Nightly Build > Environment: Operating System: All > Platform: All > Reporter: Jesse Blomberg > Assigned To: Paul Benedict > Priority: Minor > Fix For: 1.3.6 > > > Eric Fesler has an extension to the html:link tag. It allows nested param > tags > that allow the user to specify multiple parameters appended to the URI without > resorting to a map. Hopefully this could be incorporated into the next > release > of Struts. > Thanks, > Jesse Blomberg -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
