From: Brian K. <bt...@ne...> - 2002-09-23 23:40:42
|
We have a page with two html select tags, both listing the US states (one for origin and the other for destination). Using htmlunit when I select the first state it is throwing the following exception: =20 IllegalStateException: Found more than one matching element =20 I looked at the source and found that htmlunit is looking at the entire page for all the options across all select tags and combining them into one big list. This is why it's finding a duplicate entry. The bug makes htmlunit unusable for our team... any idea on when a fix can be released? =20 Thanks, =20 Brian |