That works! I just need to call two methods:
$this->_helper->viewRenderer->setNoRender(); $this->_helper->layout->disableLayout(); Thank you very much! Pádraic Brady wrote: > > Hi there, > > You can disable the layout rendering using a second call: > > $this->_helper->layout->disableLayout(); > > Paddy > > Pádraic Brady > > http://blog.astrumfutura.com > http://www.survivethedeepend.com > OpenID Europe Foundation Irish Representative > -- View this message in context: http://www.nabble.com/How-to-render-nothing-%28ajax-issue%29-tp21391128p21395044.html Sent from the Zend Framework mailing list archive at Nabble.com.
