When an item from a list gets selected i execute the following lines of code.
this.details = Ext.create(\'EventManager.view.EventInfoView\'); this.getNavigat
i faced same problem earlier and it was solved by setting autoDestroy: false,at config of my navigationView
its very well working after applying false to this autoDestroy property.hope it will work for you too.