[symfony-users] Need Insight On Backend Forms VS Frontend Forms

2010-03-10 Thread Darren884
For you seasoned Symfony users, I need some insight. I have been having a dilemma that I need advice on. I my backend I have a customer form that handles the managing of customers throughout the site. It contains fields that only the backend should display such as IP, last login, etc... My

Re: [symfony-users] Need Insight On Backend Forms VS Frontend Forms

2010-03-10 Thread Daniel Lohse
Just subclass your backendForm to frontendForm and use the new useFields method to a few unwanted widgets and their validators. As for the password field: I think I added a updatePasswordColumn($value) method to my form class and when it was blank ($value === '') I returned false in this