ZF-9863: Zend_Form_Decorator_FormErrors fails if form isArray
Description
FormErrors decorator expects $form->getMessages() to return array containing element's and subforms' names as keys, but if $form->setIsArray(true), topmost key will contain form's name. Next, decorator will request element with that name (form name) from the form, which is obviously can't be there. Finally nothing is rendered.
Comments
Posted by Christian Albrecht (alab) on 2010-05-21T15:05:55.000+0000
Fixed in trunk r22231 and merged into 1.10 release branch