CListView Pager Problem

Hello,

I am new to yii and ran into a problem with the pagination of my CListViews.

My CListViews contain ajaxlinks which call an Action Inside another Controller. Once i Press One of this links, the URL of the pagination Buttons Change to the previous called Action. Is there a Way, that i can Set the URL for the pagination?

Regards and thanks!

Ensure that your widgets have different ids.

Got it with setting the route param of the dataprovider pagination object. :)