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

FormTag permits to define name and type of a form bean.





------- Additional Comments From [EMAIL PROTECTED]  2002-08-09 14:19 -------
If you give html:form a name, it overrides the name it would get from the 
action-mapping.  When you submit the form, however, the name is meaningless 
because struts will populate a form with the name in struts-config.

I find this to be a good thing because I can have multiple forms on one page 
with different names (for javascript referencing), and then my action that 
handles the request (and the jsp that prints the results) can reference the 
common name given by struts-config.

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

Reply via email to