How does the $this-data look now? In my add view, all I am doing is:

<?php echo $form->create('Product');?>
        <fieldset>
                <legend><?php __('Add Product');?></legend>
        <?php
                echo $form->input('name');
                echo $form->input('Category');
                echo $form->input('Color');
                echo $form->input('Size');
        ?>
        </fieldset>
<?php echo $form->end('Submit');?>

and I get the output I posted above.

Paste your complete form that you have in your view and then I can try
it out.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to