On Thu, Mar 24, 2011 at 4:35 PM, DragonFlyEye <[email protected]> wrote:
> Hey, Cricket!
>
> Its mostly AJAX-y stuff, so the form->create is simply:
> echo $form->create(false, array('default'    => false, 'id'    =>
> 'nodeMeta'));
>
> The Model in question is called NavigationNode and so the named field
> generally look like 'data[NavigationNode][redirects_to]' and so on.
>

This works fine for me:

echo $form->create(false, array('default'    => false, 'id'    => 'nodeMeta'));
echo $form->radio('acts_as', array('PRI' => 'Primary', 'LINK' => 'Link
to', '' => 'Not Set'));
echo $form->end('foo');

Try disabling javescript and shift-reloading. I suspect something's
removing the values for some reason. Maybe even an entirely unrelated
routine that's acting on this form when it shouldn't be.

-- 
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