Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Mediator Not Receiving a Notification  (Read 6677 times)
xxarmoxx
Newbie
*
Posts: 1


View Profile Email
« on: September 08, 2009, 09:05:12 »

 I am sending out a notification from one of my proxies and I am receiving it successfully in one mediator but I am not receiving it in the second mediator. Both mediators are registered and both mediators are listening for the same notification in listNotificationInterests . Any idea on why the second mediator is not receiving the notification?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: September 08, 2009, 10:02:43 »

How are you sure that the second one is in fact registered and that it never receives the notification? Are you using the debugger to be satisfied of this? They aren't named the same thing are they? If there are two instances of the same mediator, they must have unique names.

-=Cliff>
Logged
landed
Full Member
***
Posts: 37


View Profile Email
« Reply #2 on: September 21, 2009, 02:36:37 »

Thank goodness for this posting GOTCHA, not totally obvious !  :P

In my case copy across forgot to rename.
Logged
Pages: [1]
Print