novae
|
 |
« on: September 01, 2008, 04:49:58 » |
|
Hi all..
I have a singleton mediator which I have registered with two different facades - one facade in the main app package, the other in another package. This singleton mediator is not in the app package. Essentially, I'm trying to use this mediator a middleman for communication.
But I'm unable to send notifications from the singleton mediator which are supposed to be received by other mediators/commands/proxy in the main app package.
Can someone please point what I'm doing wrong? Is there a better way of doing this kind of communication?
Thank you for your help!
|