Expand my Community achievements bar.

Data binding, Flex Data Service, and polymorphism

Avatar

Level 1
Hi All,





I am using Flex Data Service with Java server through the
remote object mechanism to return a complex object.

one of the members of complex object is a base class which is
populated with different instances of derived classes on the
server.



the derived object is properly identified when using a
RemoteObject result handler,

but - when i attempt to use data binding the property appears
as null



Does someone know why it doesn't work with data binding? are
there any known problems with data binding and polymorphism?







1 Reply

Avatar

Level 2
Hi! Could you please post your code to help us understand?