Hi,

I'm trying to setup a language admin generator.

I added these lines to the LanguageForm so the primary key (which is
simply the language code) is displayed:

  public function configure()
  {
    $this->widgetSchema['id'] = new sfWidgetFormI18nSelectLanguage
(array('culture' => 'de'));

    $this->validatorSchema['id'] = new sfValidatorI18nChoiceLanguage
();
  }


When I save a record I get a 404 exception: Action "language/de" does
not exist.

Do I have to change a requirement of a routing rule or something like
that to get it work?

regards,
Matthias

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to