Martin, Thanks for responding.
That worked! (using GET) I have been reading up some and looks like its related to mod_rewrite. If you have any ideas on getting POST working, please let me know. On Jul 6, 12:39 am, Martin Radosta <[email protected]> wrote: > On 07/06/2009 12:48 AM, stZen wrote: > > > Not using Auth and the security level is low.. > > > Thanks. > > > On Jul 5, 10:01 pm, Miles J<[email protected]> wrote: > > >> Are you using Auth at all? > >> Also try setting your session security to medium or low if its not. > > Try this and give us some feedback. If this works, we can try doing a post: > > in the view > > $.ajax({ > type: "GET", > url: 'categories/getIndications/' + selected, > ... > > In the controller > > function getIndications($id) { > > $this->log("getindicator called".$id); > .... > ... > > Are you using jquery 1.3.2 ?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
