How, pray tell, does one set the default value/selected option in a
select element?
Given:
$select = new Zend_Form_Element_Select('qty');
$select->addMultiOptions(array('one' => 'one', 'two' => 'two', 'three'
=> 'three'));
Neither
$select->setValue('two');
or
$select->setValue(array('two));
work. Nothing jumps out in the source, either.
Thanks for the help.
-bmw
--
List:
[hidden email]
Info:
http://framework.zend.com/archivesUnsubscribe:
[hidden email]