Flex PureMVC: Mediator not registering
Posted
by LazerWonder
on Stack Overflow
See other posts from Stack Overflow
or by LazerWonder
Published on 2010-02-04T00:23:49Z
Indexed on
2010/04/21
6:23 UTC
Read the original article
Hit count: 428
A component is created at runtime and a mediator is created and registered. All is well.
In a separate view, another instance of that component is created. The mediator is created but onRegister() isn't called the 2nd time. I don't know if this is normal... but if it is, how do I get it to call onRegister() the second time? Thanks. :)
© Stack Overflow or respective owner