我有一个 ajax网页,其中包含多个CListView 小部件,基于CListView ajax的分页工作正常但是当我用ajax重新加载整个页面然后我发送请求CListView第2页然后我看到1个请求 已中止 !!!并且每次在ajax整页请求中包含 clistview.js 。
在我的控制器中
$this->renderPartial('_inbox', $data, false, true);
在视图部分
$this->widget('zii.widgets.CListView', array(
'dataProvider'=> $dataProviderArr_workflow_wise,
'itemView'=>'_taskRow',
'id' => 'someid_'.$someid['id'],
));
ajax页面刷新后我有了这个
中止请求
获取 http://localhost/app/controller/action/1?Tasks_page=2&ajax=workflows_1 已中止
获取 http://localhost/app/controller/action/1?Tasks_page=2&ajax=workflows_1 200确定