tags:

views:

138

answers:

0

I have two views, each with a user control on it: one for listing some data, other for editing an item. When I click SAVE button on my user control for editing it raises an event calling setActiveView which activates the other View with a list. When i hit F5 after that it causes another SAVE, as if I clicked the save button again on the user control for editing which is on a view that is supposed to be inactive now. Any ideas how to solve this? Thanks in advance