Call a widget from inside a controller

hello, I have an ajax-based form that forwards some post info to a controller action. I want to return the output of a certain widget. Is this possible? Thanks.

Try: Yii::app()->controller->widget()