$this->data[$this->name] will be set with that model's data in the beforeValidate.
If this is not happening for you, there is some other error in your application. How is beforeValidate being called - just through Model- >save()? How are you setting the data to be saved, through Model- >set($data) or through Model->save($data) ? Actually, perhaps just post your controller code where this error is occuring. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
