I have a form that has a select field with two values: 1 and 0.
<select name="testfield">
<option value="1">Yes</option>
<option value="0">No</option>
</select>
When I submit the form and it is invalid, this select box does not remember
the value of this field. It always defaults to '1'. There is no default
value listed in the form builder file.
All other fields of the form, including the other select fields retain their
values when there is no '0' value choosen.
Any advice would be great.
Thanks.
--
View this message in context:
http://www.nabble.com/Zend_Form-retain-select-value%3D%220%22-on-invalid-submission-tp18712028p18712028.html
Sent from the Zend Framework mailing list archive at Nabble.com.