If you find yourself thinking:
- Is there a way to use multiple instances of views in extjs
- I've created app that uses two instances of the same view in it. There are two controllers (each controller controls corresponding instance of view). When one of the instances fires event handlers in both controllers are called.
- How to manage two instances of the same view to have different stores
then you are in right place.