Re: empty option in select

This bug is fixed now.  The fix is available from the CVS base.
Thanks for pointing this out.

Vincent.

Karl-Michael Schneider wrote:
>
> I have a form like this:
> 
> <form action="url" method="post">
> <select name="data" size=1><option><option>aaa<option>bbb</select>
> <input type=submit value="Search">
> </form>
> 
> The first option is empty, that is, an empty string. When the empty option is
> selected and the form is submitted, the value posted by Amaya for data is some
> string like "&@<@!", i.e. random garbage, instead of an empty string.
> 
> Amaya is version 3.2, Linux binary.
> 
> Karl-Michael Schneider
> 

Received on Thursday, 20 July 2000 10:12:46 UTC