try it like this:
data: { ajax: true, id: selected }
You should see it in $this->params['form']['id']
On Tue, Jul 28, 2009 at 11:08 PM, stZen<[email protected]> wrote:
>
> Though I was able to solve my immediate problem with GET, I would like
> to know how to do this using POST. Anyone has any idea?
>
>
> On Jul 6, 5:33 pm, stZen <[email protected]> wrote:
>> 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 usingjquery1.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
-~----------~----~----~----~------~----~------~--~---