Hi,

I noticed that the result returned by Zend_Form->getErrors() can not be
used as argument for Zend_Form->addErrors(), as the array-formats do not
match:

getErrors() > array(__ELEMENT_NAME__ => array(__ERROR_MESSAGE__));

addErrors() < array(__ERROR_MESSAGE__);

How could I go about having addErrors changed, so it will take both
formats? Should I create a new issue (improvement)?

If necessary, I will commit a patch myself, but I haven't signed a CLA
yet and don't want to meddle around in Zend_Form if someone else feels
responsible...

Regards,
Denis Brumann



-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to