I have created a modular application. I have two modules, for example Module1
and Module2
.
I have loaded these modules in my application. I am using Parsley in my application. I have loaded separate different context builder in both modules.
But when I am dispatching event from Module1
, I am able to listen that event in that Module1
but I am trying to listen that event in another Module2
. I am not able to listen that event in that Module2
through Parsley. Please help me.
I had done it by settings same application domain of all the modules...