I stumbled over the same problem a few hours ago...
var $uses = array('User', 'Profile');
in the controller solved it.
Hope this helps :)
Heiner
>
> On 1/24/07, AD7six <[EMAIL PROTECTED]> wrote:
>> Did you try
>> $user_validates = $this->User->validates($this->data);
>> $profile_validates = $this->User->Profile->validates($this->data);
>
> Oh! I am doing corresponding calls to set before, however even with
> the above it does not work - by now I know why it does not work - the
> cakePHP code as I read it - is not designed to handle associations for
> tagErrorMsg
>
> Thanks - more insights would be appreciated
>
> Regards
> Tarique
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---