HI ppl.

I'm trying to create a new form, which inherit from sfForm. In that form, i
embed some other forms, and on save(), i save them too.
But, i'm getting a blank error from sfValidatorErrorSchema, pointing to the
"$this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);"
from the BaseFactPersonForm. I already tried to change all validators to
sfValidatorPass, and deleting the aforemented line, but none of them worked
(although the latter one did changed the line the error points to).

Anyone knows which could be the problem?
Those are the files i think are related:
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 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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to