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 dilemma is how can I use the same form class in my frontend without
using the validators set in there or even displaying them?

Another problem is the password. Basically I want to allow the
customer to update their own information in my frontend, however when
they leave the password blank I want it to remain the same as before.
I have a validator on the password field now so its giving me a
headache.

Any insight is greatly appreciated.

Also I am using Doctrine and 1.4.

Thanks,
Darren

-- 
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

Reply via email to