I'm using jquery in Zend Framework, it's my first trial. I've already found out through another question, that I can change the response by changing the context like so:
$ajaxContext = $this->_helper->getHelper('AjaxContext');
$ajaxContext->addActionContext('myaction', 'html');
$ajaxContext->initContext();
Şimdi bu çok yardımcı oldu ama yeni bir sorun göstermiştir:
Benim sayfa farklı responseSegments oluşur ve Bağlam değiştirerek Ajax isteğine responde zaman, benim diğer ResponseSegments ayrıca Ajax gönderiyor ama onlar değil 'düşünmek'. Ön kontrolörü viewscript.ajax.phtml için sorar ... yanlış olduğu, bu viewscript.phtml (mevcut) olması gerekir.