-- Jurriën Stutterheim <[EMAIL PROTECTED]> wrote (on Tuesday, 29 January 2008, 08:28 PM +0100): > Is it possible to specify which items in a <select> list will be selected > when using a Zend_Form_Element_Select element?
By default, it uses the value of the element to determine which item is selected. If you want a particular item highlighted by default, set a default value for the element. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
