Hi,
I am passing from Java to Flex an object which contains a
EObjectContainmentEList attribute. An EObjectContainmentEList
implements java.util.List. This list is lost in the serialization
and I get a null actionscript attribute where I was hoping this
list would be.
Is there any way I can resolve this, or is
EObjectContainmentEList unmappable?
Thanks