I am using a component as a popup, and i create 2 instanced of it. The component edits a users information. If I open two different popups (different users) and submit the one, the event result updates both popups (hence overwriting the other popups data).
I guess, how can i route the event result to the correct popup? Thanks, Alexander

