我想创建Cakephp2.0中最基本的ajax链接。在index.ctp我有Js->link('myLink',array('controller'=>'technologies','action'=>'view'),array('update'=>'#success'));?>在TechnologiesController.php我有publicfunctionview(){$this->set('msg','message');$this->render('view','ajax');}在view.ctp中我有它没有在成功div中设置View,而是导航到http://local.c