From: <Mik...@su...> - 2002-10-10 22:36:12
|
Here's a much simpler page that causes the same exception. <html> <body> <form method="get" action="SiteMinderEmulator" name="form_main"> <input name="action" type="hidden"/> </form> </body> </html> It appears to have issue with the input element name 'action', likely because the enclosing form has an attribute by the same name. Thus it appears this is an issue with Rhino rather than HtmlUnit. |