Hi Deepak, For accessing Textinput in main application : you have to give id to your both textinput not to form. Then you can access these textinput using component id. Which u have add in the ur main application.
Eg: your component ID: comp1 and you have set id of the textfield : txt1 and txt2 respectively. In main application u can access these textinput using following syntax: comp1.txt1.text comp2.txt2.text On Sat, Sep 11, 2010 at 3:54 AM, deepak <[email protected]> wrote: > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- Thanks & Regards, SATISH GUPTA RIA Developer Adobe Certified Expert(Flex3.0-AIR) Mob: 9769267997/9619591230 Tekno Point Multimedia | www.teknopoint.in -- 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.

