Layout Not Load In A View [Solved]

Hi.

When I click on update link just the update.php load and the others of a page not (menus, css, js, background and …), but other view file is ok?

What is the problem?

Please check on top of the controller is this line is present




public $layout='//layouts/column2';



if so. and not working then do this

put this line after update action




$this->layout='//layouts/column2';




Thank you so much. I found it, it was because of some mistakes on my HTML tags definitions with dropDownList.