I'd guess it's a problem with the controller name. Controller names have to be plural. How do you make ajax plural? I'd choose another name for my controller, make it a plural name, then give my model name the singular equivalent.
BTW, I'm developing a project right now using jquery for my ajax support. I included the jquery scripts in my default layout. This is loaded with my default page/controller. Each function/page that I want to fetch remotely gets the ajax layout. It's working well for me so far. hydra12 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
