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.
-- 
View this message in context: 
http://www.nabble.com/My-scripts-executes-two-times-a-controller-tp19707241s27240p19707241.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to