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?