You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/11/15 05:44:31 UTC

DO NOT REPLY [Bug 14524] - Struts custom tags do not work reset the attributes under the tomcat 4.1.12

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

Struts custom tags do not work reset the attributes under the tomcat 4.1.12

dmkarr@earthlink.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From dmkarr@earthlink.net  2002-11-15 04:44 -------
Sorry, I don't think this is a bug.

The issue is that you don't have a "name" attribute setting.  If the "name"
attribute isn't set, it sets the HTML "name" attribute to the name obtained from
the current ActionMapping.  Since neither "form" tag has a "name" attribute, it
uses the same value.

I tried another test case with similar code, but my "struts-config.xml" had
those two actions using two different form bean names.  In the generated HTML,
they both had "name" attributes matching their form bean name.

If you still think there is a bug, reopen this.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>