ZF-2520: Zend_Form should set name of SubForm
Description
Zend_Form::addSubForm() expects a 'name' argument. However, this argument is not used to set the name of the SubForm. Unless the subForm has a name already set, Zend_Form should immediately call setName() on the newly added SubForm.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-01-30T15:24:56.000+0000
Resolved in r7707