Okay, try adding an 'id' field to the join table (and making it a primary key). Also, for your other models, make sure that the primary key is 'id', or that you have var $primaryKey = 'custom_id'; defined in the model class.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
