vilraj
04-13-2008, 03:56 PM
I am working on a E-Commerce application and I am wanting to use ViewStacks for the individual product pages, checkout, etc. and I have all of this working.
Now, I am having a problem of getting data into these ViewStacks. I am using a Coldfusion CFC to get the information from the database and I can successfully do that, but how do I get this information into each individual ViewStack.
I am not able to use ArrayCollection because I am returning an Object. I was looking at the Flex Store Example on the Adobe website and I am lost about how they get the variables in. I know I can use AS, but not really sure where to start.
Any thoughts? I can post code if needed.
Now, I am having a problem of getting data into these ViewStacks. I am using a Coldfusion CFC to get the information from the database and I can successfully do that, but how do I get this information into each individual ViewStack.
I am not able to use ArrayCollection because I am returning an Object. I was looking at the Flex Store Example on the Adobe website and I am lost about how they get the variables in. I know I can use AS, but not really sure where to start.
Any thoughts? I can post code if needed.