I need to change an element behaviour based in my data , for example to add an readOnly attribute based in my data, If data is "1" i let the field readoly, if not, do nothing.
I have tried passing atributes to the constructor but is not so nice since i already opened my zend_form instance in my init controller. And in this case i am doing my stuff in my edit action where i just would likte to populate the form with my data retrieved from db. Thanks -- View this message in context: http://n4.nabble.com/Zend-Form-get-populated-values-tp1752149p1752174.html Sent from the Zend Framework mailing list archive at Nabble.com.
