Can anyone tell me what i pass to 

 $form->populate($articleArray);

to populate a Zend_Form_Element_Multiselect in my form if the element is
called 'module' ?

Ive tried adding 

$modules= array('0' => 4, '1'=>3);
$articleArray['module'] = $modules;

but the items with values 4 and 3 don't get selected. any ideas?


-- 
View this message in context: 
http://www.nabble.com/Populate-Zend_Form_Element_Multiselect-tp21557748p21557748.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to