No, the confirmation page means... "that's the data you wrote in the
Form, do you really want to save it to database?"... so it has nothing
to do with after saving previews (^-^)
Anyway, thank you very much for your reply!! even I already fixed the
problem with that code:

  $this->data['Category']['name'] = $this->Session->read('catname');
  $this->data['Category']['dcp'] = $this->Session->read('catdcp');
  $this->Category->save($this->data);

Thanks again!
Regards,

Rohman


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