Hello fellow bakers, I've searched this group before I was going to post this question but I cant' seem to find my current dilema addressed yet.
I have two controllers, which serve different purposes, but for the sake of this example, they share some things in common : shows_controller is used to pretty much the shows in the system show_attendees_controller is used to capture the attendees of any given show On the view /shows/view/# page I need to include the "add form" of show_attendees/add/ but what's happening is, it's not doing all the automagicness, and it's creating weird drop down menus that don't really capture the same format they do if I was directly accessing them from /show_attendees/add/. Also, I'm using requestAction, just so everyone knows. Any help is much appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
