Hi,

i checked your code, and i think the error is at that line :

$this->Task->id = $id;

Task is a model so you should read it first.
Plus you make Task->id, this is wrong if you want the task id you
should do

 $this->Task['id'] = $id;

after reading the Task table.

Let me know the result.

Regards,

metasan

http://www.piegteam.com


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

Reply via email to