Problem solved I removed belongsTo in the field elements set isArray(true) on
the forms.
And this:
$form->addSubForm($this->verServico($i), "servico" . $i); 
moved to this:
$form->addSubForm($this->verServico($i), $i); 


--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Form-subforms-and-setBelongsTo-x-tp4105411p4110353.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to