I am trying to load CComment in raw html view (view.raw.php) via AJAX.
My problem is that the comment form templates are loaded but are not rendered (probably because the it's a raw view).
I must use raw view for AJAX, how can I solve this problem?
Note: when I am using regular html view (view.html.php), everything works properly, but unfournately it doesn't help me

I've attached a screenshot with the result in my HTML.
Thanks!