Re: [fw-general] Bug in Zend_Form_Element_Multi?

2008-05-07 Thread Matthew Weier O'Phinney
-- Xavier Vidal Piera <[EMAIL PROTECTED]> wrote (on Wednesday, 07 May 2008, 10:03 AM +0200): > I'm building a Zend_Form and one of the elements is a "select" element, which > needs to be filled with optgroups and values to be rendered like this: > > > > > > Obi > > Yoda > >

[fw-general] Bug in Zend_Form_Element_Multi?

2008-05-07 Thread Xavier Vidal Piera
Hi I'm building a Zend_Form and one of the elements is a "select" element, which needs to be filled with optgroups and values to be rendered like this: Obi Yoda Vader Maul The passed data array is like this: $s = new Zend_Form_Element_Select('list'); $data