can we see the option array?
On Fri, Jul 2, 2010 at 10:28 AM, Jeremy Burns | Class Outfit < [email protected]> wrote: > A couple of thoughts... > > What is in the $city array? This will be used to populate the select list, > so if there's an empty row there, you'll get an empty row in the list. > > Is there an option with an id of 1? If not, your default value might be > messing things up a bit. > > Jeremy Burns > Class Outfit > > [email protected] > http://www.classoutfit.com > > On 2 Jul 2010, at 08:25, sherzo wrote: > > > > > Hi all > > > > I have a selectbox like this > > > > $form->select('city_id',$city, array ('empty'=>false, 'selected'=>'1', > > 'label'=> false), array('label'=>false, 'div'=>false, 'name'=>'city_id', > > 'id'=>'city_id')); > > > > I need to remove the empty option at the top of my options. I even set > the > > ''empty'=>false' but it not works!!! > > > > Can anyone help me please > > > > Thanks > > -- > > View this message in context: > http://old.nabble.com/Hide-empty-value-in-select-box-tp29053216p29053216.html > > Sent from the CakePHP mailing list archive at Nabble.com. > > > > Check out the new CakePHP Questions site http://cakeqs.org and help > others with their CakePHP related questions. > > > > 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]<cake-php%[email protected]>For > > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
