Titles for drop-down lists

2009-03-27 Thread dubiousandrew
I have a first_name field and a last_name filed in my user table. When a form has a 'select a user' from a drop down list the list is populated with user ids. I want to show first_name + last_name instead of user_ids. Is there a way to do this without creating another field in my user table call

Re: data validation problem with multiple parameters

2009-03-25 Thread dubiousandrew
> Just a guess, but are you passing the auto-generated password to the > view when validation fails, so that it can be used in your form's > action attribute when re-POSTing another attempt at a new password? I don't think so. I am not doing anything. I am new to cakePHP. How do I do that? he

data validation problem with multiple parameters

2009-03-25 Thread dubiousandrew
I have an edit form that takes in two parameters, an id of the user and user password. It is designed for the first time log in so the user is forced to create a password after following a link (that contains the automatically generated password and their id). For example: example.com/user/res