Over 10 years of community discussion and knowledge are maintained here as a read-only archive.
Thank you for the quick response. I think I understand your response. I am building a fairly large application with multiple views(children). From your response, I would create a mediator for the ViewStack and call the multiple views using the controller. Would I have to create a mediator for every child or this one ViewStack mediator that I can call from the controller to initialize the view that is needed? I would like to only have one Mediator if possible...Thank you for your time.Kevin
Monolithic Mediators that know too much are an AntiPattern.