Your problem is that in your FormName.class.php (for the name of
sfFormWidgetInput) you probably typed sthg like 'login', not
'username' which is the good name.

If it won't work try to set:
$this->widgetSchema->setNameFormat('your_variable[%s]');
in the YourForm.class.php but its probably unnecessary;

--~--~---------~--~----~------------~-------~--~----~
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