there are sevaral ways to archieve this , 1) would be to have a variable in a the parent and one component can change it and other can refer 2) use model (singlton intance for data as you do in cairngrom ,purmvc) 3) use a event to pass the data along 4)have reference of the componet you want to use
but all these are dependent on your componet structure so with out knowing the component layout its hard to let you know what is the best method to do so. Dinukx On Fri, Oct 30, 2009 at 5:12 PM, prajnith K <[email protected]> wrote: > hi friends can we pass a string or text value form one component to > another..? > > if" can u tell me how? > Prajnith > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

