Re: [fw-general] Using both AjaxContext and contextSwitch together.

2009-06-19 Thread afx114
I have figured this out, thanks to this post: http://framework.zend.com/issues/browse/ZF-3690 http://framework.zend.com/issues/browse/ZF-3690 The workaround is to also add an 'html' context to the contextSwitch: $contextSwitch-addContext('html', array()); afx114 wrote: I'm using

[fw-general] Using both AjaxContext and contextSwitch together.

2009-06-18 Thread afx114
Hi, I'm using multiple contextSwitch contexts, and they all work great. However, now I need to add an AjaxContext, and I can't seem to get it to work. If I comment out my regular contextSwitch, the AjaxContext works fine. It's only a problem when I use them both at the same time. What am I