If you’ve dialog box and tab in one page… let say you have multiple form in your tab, and dialog box outside the tab..
When you click a link to open the dialog box from your form, the dialog box didn’t appear.
My solution, just add this piece of code at the top of your form inside the tab.
<?php
Yii::app()->clientScript->scriptMap=array(
//scripts that you don’t need inside this view
‘jquery.js’=>false,
);
?>

i guess, it’s not work … desable the jquery …
so,
i have a probleme like this ….
a create a ajaxsubmitbutton and when a click … it’s generate a grid … but the Dialog not works anymore …
(i am from brasil)