0

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.

Smi
  • 13,850
  • 9
  • 56
  • 64
Mitul Golakiya
  • 402
  • 4
  • 20
  • Can you post some code? It's hard to know how to help w/out seeing what you're trying to do. – bedwyr Jan 03 '12 at 00:13

2 Answers2

1

I think it has something to do with you loading 2 different contexts for each module. Art gave out a really good tutorial on the matter: Art's Flex Notes - Nested Contexts.

Justin Go
  • 331
  • 1
  • 5
0

I had done it by settings same application domain of all the modules...

Mitul Golakiya
  • 402
  • 4
  • 20