I notice that Flex won't allow me to identify multiple components with the same ID, even if those components are in different view states. I had hoped to reference a single ID no matter which component was there (all the components implement a single interface.)
So, how can I maintain a single component reference for my AS to work with, no matter which of these components are on stage? Is it possible in MXML, or do I need to come up with an AS-only solution? -- Troy RPSystems, Ltd. www.rpsystems.net

