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

Use attribute 'id' instead of 'name' in html:form-Tag





------- Additional Comments From [EMAIL PROTECTED]  2004-01-01 01:20 -------
Appending a random number would make it difficult (impossible?) to refer to the
form in a script via its id since the id wouldn't be generated until runtime.

Appending a sequence number would be better, but fragile since it would depend
on the order of the forms in the page. If the order is changed or a new form is
inserted, any (static) JavaScript might break.

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

Reply via email to