[symfony-users] sfValidatorErrorSchema error'ing (without errors?)!

2010-02-10 Thread Cainã
: actions.class.php http://pastie.org/818609 FactPersonForm.class.php http://pastie.org/818662 PapersForm.class.php http://pastie.org/818662 (i didn't put the BaseFactPersonForm.class.php because it's the one generated by doctrine) http://pastie.org/818662 -- Cainã Costa http://www.grupoagencia.com.br -- You

[symfony-users] Many-to-Many with extra fields

2010-02-05 Thread Cainã
sfValidatorErrorSchema errors. -- Cainã Costa http://www.grupoagencia.com.br -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users

[symfony-users] Editing a embedded form | Alterando um form embeddado

2010-01-15 Thread Cainã
Hi ppl, I'm trying to alter a formulary which is being embedded on another form, in order to change from table to divs, but i'm getting stuck, since i don't know which template should i change. I tried to create a _form.php on both of the forms, but it only change the father form, not the

[symfony-users] Dynamic Formulary

2009-11-01 Thread Cainã
Hi ppl, I need to think a way of creating a poll formulary. After some plugin testing, none of them worked well, since one of them is Propel-only and the other is only compatible with Symfony 1.0, because of the AdminGenerator. Then i realized i'd need to create my own solution to this problem.