Re: [fw-general] Zend_Form selected items in a select list

2008-01-30 Thread Matthew Weier O'Phinney
-- Codiac <[EMAIL PROTECTED]> wrote (on Wednesday, 30 January 2008, 02:09 AM -0800): > Thanks for your reply on this subject, I was wondering how to do it for some > time now. > > However, I don't understand yet what you mean by setting a default value? > Could you elaborate a bit more on your re

Re: [fw-general] Zend_Form selected items in a select list

2008-01-30 Thread Codiac
Hi Matthew, Thanks for your reply on this subject, I was wondering how to do it for some time now. However, I don't understand yet what you mean by setting a default value? Could you elaborate a bit more on your reply? Perhaps with a bit of code? The HTML select element value is the literal va

Re: [fw-general] Zend_Form selected items in a select list

2008-01-29 Thread Matthew Weier O'Phinney
-- Jurriën Stutterheim <[EMAIL PROTECTED]> wrote (on Tuesday, 29 January 2008, 08:28 PM +0100): > Is it possible to specify which items in a 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

[fw-general] Zend_Form selected items in a select list

2008-01-29 Thread Jurriën Stutterheim
Hi all, Is it possible to specify which items in a list will be selected when using a Zend_Form_Element_Select element? Cheers Jurriën