Hi,
I've baked models, controllers, and views for 2 tables that have a
hasAndBelongsToMany relationship to each other.
The models are Item and Category, and the categories_items table
exists with id, category_id, and item_id columns.

However if I add or edit an item, for example, the multi-select box
with a list of categories does not appear in the view. But if I turn
on scaffolding, the views correctly display the categories, so I
believe the relationships are set up correctly.

Any idea why the views are missing the categories?
Thank you very much,
ML

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to