All the tables that involve the users modifying data are set to innoDB for
the increased data integrity. I originally wasnt giving the saveAll any
arguments, but tried to set 'Validate'=>'first' as I saw in one example and
that didnt work either.

I finally got the errors propagating back to my view from the associated
model validation (I have a feeling it was a cache thing) but the validation
is ultimately failing because for some reason, the validation rule is being
run twice. The first time, it works and returns true but it is then run
again but the link to $this->Domain->data has been cleared so my
tests ultimately fail since it cannot find the expected data. Why is the
validation run twice and how come the data is being cleared the 2nd time
through?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to