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=12248>. 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=12248 <html:form focus doesn't work with indexed fields Summary: <html:form focus doesn't work with indexed fields Product: Struts Version: 0.5 Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] "<html:form action="xyz" focus="positions[0].prod_id">" generates: <script language="JavaScript" type="text/javascript"> <!-- if (document.forms["orderMainForm"].elements["positions"][0].prod_id.type != "hidden") document.forms["orderMainForm"].elements["positions"][0].prod_id.focus() // --> </script> which is wrong, the object must be addressed with document.forms["orderMainForm"].elements["positions[0].prod_id"].focus() -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>