Miles thanks much for the input. It worked!!!

One last question. With this code:

        echo $form->input('Project.id', array('options' => $projectNames));

I need Project.id there so that it property associates, however, it
displays it in the browser with it's label reading "Id", can I change
the label text (not the actually dropdown text but the label text
above) to read something like: "Select Project" ?

Thanks again!!!!

Chris

On Apr 2, 3:39 pm, Miles J <mileswjohn...@gmail.com> wrote:
> Well whats your problem?
>
> $this->data = $this->ProjectUpdate->read()  should be populating it.
>
> You should be using input and not select() in the view.
>
> echo $form->input('Project.id', array('options' => $projectNames));
>
> Only input() gets prepopulated, and input() calls select(), checkbox
> (), etc on its own.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to