I have a form with one entity form field. When I call $form->isValid(), symfony validates the object associated to this field. I know that problem is fixed (cascade_validation) for symfony master branch, but I use synfony 2.0.9. How can I resolve this?
I have a form with one entity form field. When I call $form->isValid() ,
Share
I resolved the problem using validation groups.