Hello friends, (1) ------------------------------------------------------------------------------------------------------------------------------------------ I have created one Flex Component. This component has two textInput. Now in the main application, I have included this component and I want to get the values of these two text inputs.
I tried it by using by placing the component textInputs inside formItems and refer in the main application with form ids, but did not get the exact reference ... ------------------------------------------------------------------------------------------------------------------------------------------ (2) ------------------------------------------------------------------------------------------------------------------------------------------ How is it possible to perform interaction between two components ? e.g. I have two components - A and B. Both the components consist of one textInput. If I write in the textInput of component A, component B should get the same value. i.e. how to bind one component's textInput with other component's textInput ? ------------------------------------------------------------------------------------------------------------------------------------------ Can anyone come up with solutions .. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

