[fw-general] Zend_Form text element is always null

2010-03-30 Thread Ethan Gruber
Hi, I have a form that successfully uploads a file to the server. I want to improve the form by having a text input. The input is defined as follows in the code that describes the form: $form-addElement('text', 'filterstring'); $textElement=$form-getElement('filterstring');

[fw-general] Re: Zend_Form text element is always null

2010-03-30 Thread Ethan Gruber
Actually, I found this, which helped me solve the problem: http://n4.nabble.com/Zend-Form-getValue-whatever-is-empty-td659679.html -- View this message in context: http://n4.nabble.com/Zend-Form-text-element-is-always-null-tp1745680p1745828.html Sent from the Zend Framework mailing list