I have a controller setup that uses a whole bunch of different AjaxContent helpers. My init() for the controller looks something like this:
$ajaxContext = $this->_helper->getHelper('AjaxContext');
$ajaxContext->addActionContext('index', 'html')
->addActionContext('compose', 'html')
->addActionContext('sent', 'html')
->addActionContext('recipients','html')
->addActionContext('inbox', 'html')
->addActionContext('sendsuccess','html')
->initContext();
Belirli bir koşul ise composeAction sonunda (), AJAX isteği) (sendsuccessAction yönlendirsin.
Standart _forward ile bunu () yöntemi, bir AjaxContent isteği olarak iletmek için görünmüyor - sayfa standart görünüm şablonu kullanarak işlemek için istiyor.
Herhangi Ben _forward veya başka bir yönlendirme yöntemi kullanmak ancak bir AJAX isteği öylesine uygun eylem bağlam yangınlar isteği tutmak nasıl bir fikir?