In your popup, implement a public property that identifies the model you want to update.
When you instantiate your pop-up, set that property. In the event handler, access the property value through event.target. Use the value to conditionally process the data. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Tsoukias Sent: Wednesday, May 14, 2008 4:37 PM To: [email protected] Subject: [flexcoders] Event result listener problem 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

