[flexcoders] List displaying wrong information

2008-07-02 Thread nathanpdaniel
I'm building shopping cart functionality which uses a ShoppingCart component with 2 states. A mini cart and a regular view. The regular view works fine with a DataGrid component and shows correct cart items and price etc. The mini cart on the other hand doesn't work properly once you add an

Re: [flexcoders] List displaying wrong information

2008-07-02 Thread Sean Clark Hess
And both are bound to the same ArrayCollection? On Wed, Jul 2, 2008 at 10:19 AM, nathanpdaniel [EMAIL PROTECTED] wrote: I'm building shopping cart functionality which uses a ShoppingCart component with 2 states. A mini cart and a regular view. The regular view works fine with a DataGrid