Hi,

I added ajaxContext stuff to my code (1.5 RC1). I also have Zend_Layout
within my MVC.

Only way I got ajaxContext working was by adding this line in my init()
method after
Zend_Layout::startMvc($options);.

$ajaxContext = $this->_helper->ajaxContext()->initContext("html");

If I remove "html" from initContext, ajaxContext does not work.
Documentation did not indicate that attribute $format is mandatory for
initContext() method?

Wondering,
Marko
-- 
View this message in context: 
http://www.nabble.com/ajaxContext-%28and-Layout%29-tp15710411s16154p15710411.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to