Hi Team I have module which make call to the backend using the caringorm framework when menu option "One" is selected. This is fine because the module is loaded first time. On another menu option "second" another module(module 2) is loaded.Now if i again select the option "One" , the modules make a call to backend as it is loaded for the first time. The event is fired from creation comlete of the module.
My question is as the flex framework says "module is loaded only once" then why does creation complete is called twice. Thanks ilikeflex

