RE: [flexcoders] Help ValueObject

2005-04-21 Thread Matt Chotin
What does shopping.Empty() do?  Could it be setting items in the arr array to null?  Have you put any debugging code in (trace statements) to make sure that the array is populated with what you think it should be?  Maybe it’s also worth trying to call your RemoteObject directly passing in

Re: [flexcoders] Help ValueObject

2005-04-21 Thread [EMAIL PROTECTED]
Hi, i have chaged my code, but don't work again, can you help me please, when pass "arr" to my remote function the first object into array it's ok, but from the second it's always "null", but the size of array it's correct. i have used "arr.addItem(vendita)" also, but don't work. function Sta(

Re: [flexcoders] Help ValueObject

2005-04-21 Thread [EMAIL PROTECTED]
Hi, sorry but i have the same problem. with or without $ character the code don't work. Devis Robert Stuttaford ha scritto: >It's the $ in the var names I think > >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of [EMAIL PROTECTED] >Sent: 21 Apr

RE: [flexcoders] Help ValueObject

2005-04-21 Thread Robert Stuttaford
It's the $ in the var names I think -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 21 April 2005 04:26 PM To: Flex Coders Subject: [flexcoders] Help ValueObject Hi, i have a simple ActionScript function that call a j2ee