Unanswered: Pass Data between Controller1 and Controller2
Unanswered: Pass Data between Controller1 and Controller2
Hi Friends,
I have a Store which is loaded in controller1. But my controller2 can use the same data to display the view. I want to avoid loading the same store(i mean access service again from backend with ajax) again to retrieve the same data.
So how can i access the store loaded in Controller1 and access in Controller 2.
i am looking for something like a dispatcher.