I embedded two UserI18nForms in my UserForm.
$this->embedI18n(array('de', 'en'));

This is my action:
$this->form = new UserForm();

Now I want to display the forms seperately in my template. So echo
$form is no option for me.
Is it possible to retrieve an array of all embedded forms from the
UserForm?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to