When I create nested subforms it does not add them in a nested array in the forms.
There is only one way to do it to set the name and then use
addSubForm($subform, '[test][something]');
Only then the subform can only be retrieved as $form->{'[test][something]'}
Is it possible to create a real nested subform?
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Nested-subforms-tp3238297p3238297.html
Sent from the Zend Framework mailing list archive at Nabble.com.
