Subj : Re: rhino bug? set form element name property To : netscape.public.mozilla.jseng From : dan Date : Thu Feb 03 2005 05:19 pm OK, part 3... (I am obviously trying to get this going and will be working on it for a while...) -- What is a conversion error? in httpunit from rhino? If I strip out the "form set element name" part (which I can not do in my real app) and set it manually so I can continue with the script, I get an error when the next page is parsed: [junit] ------------- Standard Error ----------------- [junit] ConversionError: The undefined value has no properties. (httpunit; line 12) [junit] at org.mozilla.javascript.NativeGlobal.constructError(NativeGlobal.java:597) [junit] at org.mozilla.javascript.NativeGlobal.constructError(NativeGlobal.java:557) [junit] at org.mozilla.javascript.ScriptRuntime.getProp(ScriptRuntime.java:712) [junit] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2035) [junit] at org.mozilla.javascript.InterpretedScript.call(InterpretedScript.java:62) [junit] at org.mozilla.javascript.InterpretedScript.exec(InterpretedScript.java:55) [junit] at org.mozilla.javascript.Context.evaluateReader(Context.java:820) [junit] at org.mozilla.javascript.Context.evaluateString(Context.java:784) [junit] at com.meterware.httpunit.javascript.JavaScript$JavaScriptEngine.executeScript(JavaScript.java:132) [junit] at com.meterware.httpunit.scripting.ScriptableDelegate.runScript(ScriptableDelegate.java:65) [junit] at com.meterware.httpunit.parsing.ScriptFilter.getTranslatedScript(ScriptFilter.java:151) [junit] at com.meterware.httpunit.parsing.ScriptFilter.endElement(ScriptFilter.java:131) .