Stu:

If you can, just set your links to be standard links that send get
requests, then the re-direction should work fine using php(cakephp).
If it's imperative for you to have the request sent to the backend as
an ajax request, then you'll have to setup a callback for each of the
ajax requests and upon success redirect using window.location.

Hope that helps.

Regards,

Alfredo



On Thu, Mar 26, 2009 at 10:33 AM, Stu <greenmushroo...@gmail.com> wrote:
>
> I didn't change that option in my links, so by default I guess it sets
> it to 'asynchronous'.  I just tried and set a few of 'em to
> 'synchronous' and it didn't change anything unfortunately.
>
> but ya, that's pretty much what I want to do:
>
>> I am thinking you have this, keep me honest here:
>>
>> Menu
>> Link-1
>> Link-2
>> Link-3
>>
>> Clicking Link-X will send an AJAX request to the backend. Is that correct?
>
> But again, seeing on nothing else works either (pagination sort,
> forms) I'm guessing Ajax doesn't work all-together as soon I use a
> link.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to