I embedded the UserI18nForm.class.php in my UserForm.class.php:
class UserForm extends BaseUserForm{
  public function configure(){
    $this->embedI18n('nl', 'en'));
  }
}

Now I created a new form, MyUserForm.class.php, that extends the
UserForm.class.php. In that form I unset several form widgets. But
from there I'm not able to unset any widgets which come with the
UserI18nForm.class.php!

How can I unset UserI18nForm.class.php form widgets which were
embedded in the UserForm.class.php from the MyUserForm.class.php which
extends the UserForm.class.php?
--~--~---------~--~----~------------~-------~--~----~
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