CJuiDatePicker problem

I’m trying to create a new model with CJuiDialog. The form inside the Dialog gets generated through an ajax call. I following instructions from this wiki article

http://www.yiiframework.com/wiki/145/cjuidialog-for-create-new-model

Everything seems to work but when I try to generate a CJuiDatePicker or a CMaskedTextField inside the dialog form the way I was doing in any form till now, it does function. Instead it renders the field as a normal text field. I guess it has to do with the jquery ui js failing to load but I cannot find the solution…

me too, are you solve?

What does your browser’s error console say?