I'm creating a register page to create a new user based on FOSUserBundle.
I go this message on the top f the form every time I submit the new user form: This value should not be blank.
Apparently this is a global message and it's not linked to a particular field on my form, so I guess it must be related to any other atribute of my User class.
What mechanism Sf2 offers me in order to figure out what's wrong on my form? I am using Symfony 2.5.0
(I would post more details about my configuration, User class and form... but I really would like to learn how to find this problem on my own)
Thanks in advance, community!