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

Javascript Interpreter in IE6 cannot submit forms built with Struts

           Summary: Javascript Interpreter in IE6 cannot submit forms built
                    with Struts
           Product: Struts
           Version: 1.0.2 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When Struts builds a form containing a submit button from XML tags, it gives 
the submit button the default name submit.  Normally this causes no problems, 
but when you try and use Javascript to submit the form (form.submit()) the 
interpreter throws an error, claiming that the 'object does not support this 
property or method'.  This happens as the interpreter assumes that the code 
refers to the object (the submit button) rather than the method (the method to 
submit the form).  It can be resolved by giving the button a different name, 
or ommitting a name entirely.

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

Reply via email to