I am a Rails developer and very new to Flex. I have to Value Objects
that receive data from the server -- UsedVehicleVO and StyleVO. Each
UsedVehicle belongs to a Style, so in my UsedVehicleVO I have a styleId.
I am able to retrieve the used vehicles and styles from the server but I
cant map any used vehicle to its style.I am able to display the styles
in a data grid with the dataProvider = "model.styles" and can display
the used vehicles in a data grid with the dataProvider =
"model.usedVehicle...