Hi, the command in Robotlegs normaly can't communicate with the robotlegs eventbus. Command must execute Service (who extend Actor), and this is the Service who dipatch Event with your result (your collection) in the robotlegs bus event.
In Robotleg 2.2.1, you can simply extend Command, an inject event dispatcher bus like this. With that, your command can dispatch to the bus without executing Service extends Actor. So maybe you can upgrade your library ;) ----- Tonic Twitter Folio -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Robotleg-mediator-cannot-hear-event-from-command-tp12629p12632.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
