renderPartial and css

I want to use Yii::app()->clientScript->registerCssFile with $this->renderPartial() but it seems not to work.

How can I do it?Do I something wrong?

Did you set outputProcessing = true?

See: renderPartial




$this->renderPartial('myview', array(),false, true);