Hi, I got a registration form in my symfony2-app with the fields username, email and password, where password has the type repeated. If I use form_widget, everything works as expected. As soon as I change to form_rest, the repeated field won't get shown. What also bothers me is that now I can submit my form and the form is valid without any password? When I use form_widget, I must enter 5 characters at least (MinLength: 5).
I think this are two different topics, as the rendering should not be related to the validation. Am I right? Regards, Sebastian -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@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