Thankyou Marcelo Andrade and Vekija...Session Helper worked too. and regarding the other doubt...I got it... my name wasnt there in the $managers list...so it wasnt showing up....thank you and sorry for the silly mistake..
On Oct 5, 12:00 pm, "$$$" <[email protected]> wrote: > add function in the controller:- > $userid = $this->Session->read('UserId'); > $this->set(compact('userid')); > > add.ctp > echo $form->input('submitted_by',array('options'=>$managers,'default'=> > $userid)); > echo $form->input('submitted_by',array('options'=> > $managers,'default'=>'$userid')); > > this doesnt work....Actually I want to automatically pull up the name > of the person from a managers dropdownlist which contains all the > managers who logged in this session to use a form --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
