I\'m using Yii framework and have small problem. Then I include to the partial CHtml::ajaxLink, link stopping work as ajax, standart click is raised and per
Maybe you not finishing document right? try with:
Yii::app()->end();
And check differences in generated HTML between old version (which worked) and this one. Maybe some js lib not included?