Hello,
until now, I was using my js script within my view page for testing. Now, as suggested in the Yii Book, I'd like to use registeriing script.
I use the command at the end of my view
<?php
Yii::app()->clientScript->registerScriptFile(Yii::app()->baseUrl.'/js/comment.js', CClientScript::POS_END);
?>
then, I got the syntax error Syntax Error: Unrecognized expression.
Do you know where is my mistake ?
Thank you in advance for your help