ok, I pasted here the relevant code:

http://bin.cakephp.org/view/1405839666

Each pagination works if used alone.

I have one layout for the post controller that has echo
$content_for_layout in the right column while in the left column I put
<?php echo $this->requestAction ("/tagposts/
index",array("return"=>true)); ?>
The left column comes first in the html code of the layout.

The problem is that the pagination for the tagpost controller doesn't
work properly.
If I press the next link of the tagpost pagination I get the right
section updated (the tagpost one) but with the wrong data! It inserts
data from the posts controller also with the "style" of the index
action of the post controller.

I hope that now is a little bit clearer.

Thanx for your help!!

On Apr 12, 5:47 pm, "gwoo" <[EMAIL PROTECTED]> wrote:
> you need to show some code. I still am not sure what your question is
> exactly. Paste some stuff inhttp://bin.cakephp.organd provide a link
> back.
>
> bake on.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to