I have been having a little trouble with radio boxes here is the code

$options=array('green'=>''1',);
echo
$form->input('Location.location',array('type'=>'radio','options'=>$options));
echo $form->input('Location.proposal_id',array('type'=>'hidden','value'
=>'11111'))

In database is seems that the first character always gets truncated no
matter what
 id  propoasl_id loaction
'10' '1111'     'reen'

Thanks

Kole

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to