From: Marc G. <mgu...@ya...> - 2005-03-18 10:06:12
|
Hallo Nikola, > Thank you Marc for your answer, I am using HtmlUnit > 1.4, your example is fine, I have also reproduced > simple example and it works fine, the problem is that > my online application is not working ... here is the > real test, (part of it, because you will see on option > select it crashes so it doesn't make sense to go > further with it )... looking quickly at your page, it appears that the problem doesn't come from the select itself but from the page that is loaded after. DomNode.getScriptObject is called on a frame that has been possibly generated with a document.write and it calls itself again and again cuasing the StackOverFlow. > application is online so please > check it out, because we are stuck with this > java.lang.StackOverFlow error trace :-)... sorry but this is an open source project on which I work when I have time, like the other contributors. If you want dedicated support you can contact me directly (auf Deutsch auch). Else you have to look at it by yourself or open an issue and wait that someone has time to investigate it. Marc. |