I forgot to mention that I am using CakePHP v1.2 RC1.

My (current) call to saveAll is as follows:
if ($this->Vote->saveAll($this->data['Vote'], array('atomic'=>true,
'validate'=>'first'))) {

I am doing validation on the `rating` field as it's the only field I'm
showing within the view.  All other values are appended and created
programmatically in the controller prior to the call to saveAll.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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