Hmmm. This doesn't seem to relate to jQuery. If this is Zend-related, your best bet would be the Zend support forum.
Rey... debussy007 wrote:
Hi, All my controllers which are located in the default module extends 'MyZend_Default_Controller_Action' which extends 'MyZend_Default_Common_Action' which finally extends Zend_Action_Controller When I do a request for the main page (IndexController/indexAction), the scripts executes once the 'MyZend_Default_Controller_Action', but when I try to execute another controller, 'MyZend_Default_Controller_Action' gets executed twice ! I can't understand why ... I do not even know how to debug this behaviour, can anyone help me with this ? Thank you.