I should also add that: - the dropdownlist I am trying to populate is on Popup, which is instantiated from same Mediator. - I have one popupEvent with many many types, just added one for RequestData, and another to indicate to Mediator that list is loaded ListLoaded. - I do have moduleCommandMap.mapEvent for RequestData in the context, but not for ListLoaded. Do I need to? On Apr 28, 2016 2:14 PM, "Oleg Konovalov" <[email protected]> wrote:
> Hi, > > I am new to Robotlegs. > Adding enhancements to existing Flex+Java app. > So in Command on successful data retrieve of list of data from the server > I dispatchToModule event with that new ArrayCollection, to which I listen > in Mediator, but that eventhandler never gets executed. > In debugger I can see that all is executed correctly in Command. > Mediator and Command do not share any models. > > Any idea what might be wrong? > > Robotlegs 1.5.2 with Flex 4.6 on Win10. > > TIA, > Oleg. >
