[fw-general] Zend_Form populate and getValue

2008-07-31 Thread Samuel Verdier
Hi, How can I recupe values $formData with populate function ( without using addValue) ? $form-populate($formData); $titre = $this-createElement('text', 'titre'); $titre-setLabel('title'); echo $titre-getValue(); /*display nothing*/ But if I do : $titre = $this-createElement('text',

Re: [fw-general] Zend_Form populate and getValue

2008-07-31 Thread Matthew Weier O'Phinney
-- Samuel Verdier [EMAIL PROTECTED] wrote (on Thursday, 31 July 2008, 12:59 PM +0200): How can I recupe values $formData with populate function ( without using addValue) ? $form-populate($formData); $titre = $this-createElement('text', 'titre'); $titre-setLabel('title'); echo