Stumbled onto this, hoping someone could guide me as to what is the
expected behavior before I file a ticket in trac:
Trying to add a select drop down list:
Let's assume, we have a simple model with a belongs_to Group, he we
have a group_id.
//controller:
$group = $this->MyModel->find('list')
$this->set(compact('group'));
//veiw:
// This works fine:
$form->input('group_id')
// This does not populate the data:
$form->select('group_id');
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---