Question
destructionPolicy not working?
assuming a View has these sett in mxml and the init meothd is there in a block.
creationComplete="init()"
destructionPolicy="none"
my init is called repeatedly when the view is pushed with pushView I expected it to only call it once with desructionPolicy none and an activateview event instead on the second push.
