I try to customize a save method of an embedded doctrine form.  In
fact, I want to copy some values from the parent form.
MemberForm embeds BillingForm. and I want first_name and last_name
from billing table to be automatically inserted from the MemberForm
fields. I tried some code (even the die() statement) in the save() or
doSave() for the BillingForm, but it seems the execution doesn't go
there.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to