Hi all
I made a custom class: "ExtendedArrayCollection extends
ArrayCollection{...i written a few functions here...}".
If I make a ProductVO that has a member
mediaList:ExtendedArrayCollection and name:String for example I am
unable to send the ProductVO to amfphp.
Flex doesn't give me any error, but the data isn't sent. I'm using
Charles and it seams the data doesn't leave flex at all.
If I remove mediaList:ExtendedArrayCollection from ProductVO then the
data is sent. 
Is this a bug in flex? Or a bug in amfphp? Why can't I send objects
like ExtendedArrayCollection ???
On amfphp I have  ProductVO.php that corresponds to ProductVO.as and
class mapping is correct. I'm using amfphp 1.9 beta 2, but this
problem appears in amfphp 1.2 also.

Janos

Reply via email to