Usually I have a public function configure() method where I put my embed
form code.
class embedtestForm extends yUserProfileForm
{
public function configure()
{
$this->embedForm('sf_guard_user', new sfGuardUserForm());
}
}
See if that makes any difference. Whenever I embed forms it has always
worked. I don't see you doing anything much different.
- Jon
On Wed, Oct 29, 2008 at 4:31 PM, kayoone <[EMAIL PROTECTED]> wrote:
>
> you can view my code here, quite simple, just testing
>
> http://nopaste.php-q.net/66103
>
> the profile is saved, but there is no new guarduser being created with
> it.
> >
>
--
Jonathan H. Wage
Open Source Software Developer & Evangelist
http://www.jwage.com
http://www.doctrine-project.org
http://www.symfony-project.org
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---