finally figured this out...so the problem is with using a different constructor than the AS3 object...originally i passeed the params into the java object's constructor, but those values were null when they got to the client so i created accessor methods and called the default constructor and it worked...sheeeeeesh! p
On Wed, Feb 20, 2008 at 11:28 AM, [p e r c e p t i c o n] < [EMAIL PROTECTED]> wrote: > just noticed that the namespaces are different...would this matter? on the > POJO it com.xxx.remoting, but on the AS3Object it just package... > percy > > > On Wed, Feb 20, 2008 at 10:12 AM, [p e r c e p t i c o n] < > [EMAIL PROTECTED]> wrote: > > > Hi Again, > > Ok...so by instantiating my class the Serialization took place and there > > are 99 elements of that type in the result...however the members of the > > class are all null, but i'm printing them to a file on the Java side so I > > know that there are values in each object...any ideas on why this is > > happening? > > > > thanks so much for all your input! > > percy > > > >

