Re: [symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin : Unexpected extra form field named "Interests" error

2010-08-18 Thread Daniel Lohse
Hmm, this is a deeply nested embedded relation – am I right, that you're really not editing the profile but the user – which embeds the profile which embeds the interests? You could try to check out the trunk in the Subversion repository because nested embedded relations were added recently by a

[symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin : Unexpected extra form field named "Interests" error

2010-08-18 Thread Rudth-Mael Galite
Hello everyone. I am trying to manage a user's profile which has interests. Here is the database structure : Profile: actAs: { Timestampable: ~ } tableName: user_profile columns: ... relations: Interests: class: Interest local: id foreign: user_profile_id ty