Re: Error on submit form
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200605230852.06609.michal.ceresna__13053.693334996$1148367079$gmane$org@gmail.com> |
On Monday 22 May 2006 20:20, mica wrote: Hello, > org.mozilla.dom.html.HTMLFormElementImpl.submit(HTMLFormElementImpl.java:12 >2) at TestFormSubmit.main(TestFormSubmit.java:26) am I right that you use the w3c.dom connector for javaxpcom from bugzilla? > function "submit" returned an error condition (0x80040111) errorcode 0x80040111 means NS_ERROR_NOT_IMPLEMENTED. Most probably, the method is called with wrong node, or the implementation QI's to wrong interface. Michal