Yes, certainly. I normally do all of my data access in a special component and then update a local model with the data. I use binding and ChangeWatchers to respond to updates to the model. I typically use the singleton pattern for my model.
Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of Dan Pride Sent: Sunday, February 14, 2010 10:30 AM To: Flex Coders Subject: [SPAM] [flexcoders] Component Data Calls Is it possible to make a service call from inside a component? In other words the component would be totally independent, getting its own data from the back end rather than passing it in from the parent mxml? Thanks Dan Pride

