Hi,
I'm just starting to use pureMVC and I have a couple of questions... (I don't want to break any pureMVC BP and rules):
1. I was wondering -- is it okay to use notifications to talk from mediators to mediators? Or do I have to have mediator #1 to talk to a command, which dispatches another notification that mediator #2 will be interested in?
2. Parent mediators *can* have access to children mediators... question is, is this a BAD thing to do? Like, if in a mediator, I'm registering another mediator... and then in that parent mediator, I want to access a function in that child mediator... is that breaking any BP or rules?
Thanks.