Looks like you need to use $form->create(), and then $form->input(); in your post view.
Try baking your views with the console application 'cake bake' (check out the screencasts on this subject: http://cakephp.org/screencasts ) to see how they get baked by default, its a great way to learn. As well here are links to the manual and api: http://api.cakephp.org/ http://manual.cakephp.org/ I've been using cake for 6 months now and still refer to them constantly. Also, it always helps to ask a question, rather that just posting all of your code. Probably why didn't get a response right away. Hope that helps. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
