Subj : Re: ConversationError To : Mathias.Schacht@travel.de From : Igor Bukanov Date : Thu Jan 08 2004 04:27 pm Please report this problem to HttpUnit developers. Rhino is just a JavaScript engine that does not provide any DOM bindings or integration with HTML on itself, it is Rhino embeddings that can do it. Regards, Igor Mathias.Schacht@travel.de wrote: > > Hi, > > maybe someone got the same problem and can help me out. > I try to submit a form, whereafter a JavaScript checks some of the > inputs, after submitting the form i get the follwing "error". > > Im thankful for any information concerning this problem. > > Greetings > Mathias > > ConversionError: The undefined value has no properties. (httpunit; line > 465) > at > org.mozilla.javascript.NativeGlobal.constructError(NativeGlobal.java:597) > at > org.mozilla.javascript.NativeGlobal.constructError(NativeGlobal.java:557) > at > org.mozilla.javascript.ScriptRuntime.getProp(ScriptRuntime.java:712) > at > org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2035) > at > org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2163) > at > org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2163) > at > org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:58) > > at > com.meterware.httpunit.javascript.JavaScript$JavaScriptEngine.performEvent(JavaScript.java:162) > > at > com.meterware.httpunit.scripting.ScriptableDelegate.doEvent(ScriptableDelegate.java:55) > > at > com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:224) > > at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:75) > at com.meterware.httpunit.WebForm.submit(WebForm.java:67) > at com.meterware.httpunit.WebForm.submit(WebForm.java:56) > at > de.proquest.aq4.query.ejb.qp.booking.bestbuy.Aq4WebBestBuyProvider.proceedRequestPage(Aq4WebBestBuyProvider.java:116) > > at > de.proquest.aq4.query.ejb.qp.booking.bestbuy.Aq4WebBestBuyProvider.request(Aq4WebBestBuyProvider.java:157) > > at > de.proquest.aq4.query.ejb.qp.booking.bestbuy.Aq4WebBestBuyProviderTest.testResponses(Aq4WebBestBuyProviderTest.java:42) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:392) > > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:276) > > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167) > .