We're using version 1.2.3. (Not an option in the
'Group' list.)
<select name="example"> <option value="1">not selected by default</option> <option value="2">also not selected by default</option> </select>
When encountering this type of select, browsers will
render option '1' as the currently selected item. If
the user doesn't touch the control, value '1' will be
submitted to the server.
HtmlUnit, however, doesn't submit anything. Is this by
design?
Logged In: YES
user_id=257129
in the lastest version this has been changed to select the
first item as long as the select list does not have a size > 1