/**
  * Set the layout
  * @param CAction $action
  * @return boolean whether this process is succceded
  */
 public function beforeAction($action)
 {
     $this->layout = '//layouts/parent-raw';
     return parent::beforeAction($action);
 }