RE: [flexcoders] BUG ? RPC call with Array lost value !

2005-04-21 Thread Matt Chotin
Hard to know.  What did your code do in the meantime?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Thursday, April 21, 2005 6:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] BUG ? RPC call with Array lost value !   in picture 1 ,RP

RE: [flexcoders] BUG ? RPC call with Array lost value !

2005-04-21 Thread Peter Farland
Perhaps your ActionScript class OrderVO constructor is doing something like this: class OrderVO { public function OrderVO(client:String, deposit:String ) { this.client = client; this.deposit = deposit; // ... initialize other prope