2010/3/8 Alex Povolotsky :
> Hello!
>
> I'm writing (yet annother) CRUD controller, and I need two very similar
> forms, for add and edit a user.
>
> On adding user, I'd like to set password field required; for editing, it's
> not, and empty password field means "password unchanged".
>
> What's the
Hello!
I'm writing (yet annother) CRUD controller, and I need two very similar
forms, for add and edit a user.
On adding user, I'd like to set password field required; for editing,
it's not, and empty password field means "password unchanged".
What's the best way to implement this functiona