$form->input('User.some_option_id', array('type'=>'select', 'options'=>
$sharing_levels, 'label'=>false, 'div'=>false));

I can verify $this->data['User']['some_option_id'] has a value, but
the select menu does not use it for SELECTED. I realize there is a
"selected" option but is the standard to check $this->data for a value
manually? Should it not pre-populate just like the other input types?
--~--~---------~--~----~------------~-------~--~----~
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