I've created a seperate controller class for each loaded view. So in your case, create OrderController and in the main app class of the loaded view use OrderController, instead of Controller. If you need the OrderApp to talk to a parent or sibbling view, make sure the loaded view has a reference to the parent and dispatchEvent on the parent.