Ok, this is probably starting to go off topic. But, after some more playing around, I think it may be some kind of caching issue. It's not just the first page that causes a problem. It seems to be centered around the original link that is loaded in IE.
Ex. If I load '/mysite/conditions/?page=3', it loads the page and pagination correctly. I can click on any of the page links and it uses Ajax to correctly render the page...but, if I click on the link for page 3, it is not using Ajax and reloads the entire page layout in the div. I checked this by putting if ($this->RequestHandler->isAjax()) in the controller's index function. How do I avoid this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
