[symfony-users] Re: Mixin and propel-load-data: argggg

2007-09-20 Thread Beuh
No idea for that problem ? :s For french people: http://groups.google.fr/group/symfony-fr/browse_thread/thread/2e3744acbe04a291 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to thi

[symfony-users] Re: Disabled fields with admin generator

2007-09-20 Thread Beuh
Thx for those answers ! I 'll take the "disabled=false" solution ! But I'm gonna use partials for an other problem : input passwords ;) Beuh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &

[symfony-users] Re: Disabled fields with admin generator

2007-09-19 Thread Beuh
I didn't disable the fields.. it was the problem ! But I have actually found how to enable those fields: username: name: Nom d'utilisateur params: class=large maxlength=42 disabled=false A simple "disable=false" seems to work correctly ! --~--~-~--~-

[symfony-users] Disabled fields with admin generator

2007-09-19 Thread Beuh
Hi, Some form's fields are disabled (grey) in my backend. I did it with the admin generator. My "generator.yml" seems to be good ! How can I enable those fields without changing the cache everytime ? Is it possible to force it ? Thx --~--~-~--~~~---~--~~ You

[symfony-users] Mixin and propel-load-data: argggg

2007-09-19 Thread Beuh
Hi, I just finished an inheritance with behaviors tutorial : http://www.symfony-project.com/snippets/snippet/218. It works: my class SubElement inherits from all functions in my class Element ! No problem with that: Forms works correctly. The problem: When I try to populatethe database with the