> Try adding the other > model in your HABTM to the uses array and add that bindModel call under > your current one and see if that helps. No luck. I didn't have that relationship in the other model before I removed the static associations anyway. In my experience, there's really no need to have HABTM defined in both models if you only need the associated data in one model. It basically just means that there's a join table.
I've also tried setting the model's $recursive variable higher without luck. It seems to be a problem specific to dynamic associations. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
