several CListViews and data providers on one page

Hi everyone, in my Yii application I am using JQuery accordian menus to display data. I would like to take advantage of yii’s ajax pagination features within the accordion slide menus. Is it possible to have multiple dataproviders in one view?

Yes of corse it is possible.

you can create layouts. (accordion in sidebar, and your data in the "mainbar"). or you can use renderPartial in you views.

there are many possible concepts how to do this.