Hi Vaibhav,
Views are only responsible for the layout; they visualize the application data.
So,think it that way that VIEW.HTM will always get called after the processing is done in the application logic.
Please check the class/component which is getting called while debugging, as per the sequence you mentioned, I believe it would be the SETTER/GETTER ( or whatever from the appl logic ) from some other view. So during any event, various views might get called with their seperate appl logic.
Regards,
Devashish