Hi , I am calling httpservice.send() method and getting the data and populating it in XMLList . I want this step to be done only once and want to reuse the data what ever I got . My scenario is like this
1)Creating Custom combobox component 2) Calling send() in the custom component and populating the combobox I want to create around 5 instances of the above component . But what is happening is the send() is getting called again and again . Is there any way to restrict this and get the data only once and use it for my 5 instances . The problem here is If I use http send() method when I load the application , This works perfect . But we want that to be called only from component and want to use the same component again and again. Thanks for your help Kiran --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---