[symfony-users] Re: password validation / sfCompareValidator / group_msg

2008-05-02 Thread Lee Bolding
Thanks... I've tried all of the combinations, there isn't a way of removing any of my validations without getting the nasty 'Required' error, and even then you still get 2 errors when there is only 1. This makes my application look buggy, which isn't acceptable. I think I need to create a

[symfony-users] Re: password validation / sfCompareValidator / group_msg

2008-05-01 Thread Kostas Papadimitriou
You should be getting 2 errors one for password1 and one for password2 group_msg is a message that appears when one of the group fields is not set in the request, and it exists because grouping form fields can be used in many other cases other than password matching. think of it like that