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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  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:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to