Peeyush, I'm using remoting (RemoteObject) with a j2ee back-end... > it rather takes them as a string. hmmm...this actually sheds some light on things...i'm not returning the actual object but rather a list of objects..
thanks p On Feb 19, 2008 9:33 PM, Peeyush Tuli <[EMAIL PROTECTED]> wrote: > Are you sure about the code where you set the dataprovider to be 100% > correct as I have never encountered such a scenario of no serialization. > > One quick recall i have is that flex was not able to de-serialize date > types > when used with a dotnet webservice, > it rather takes them as a string. > > Can you let us know the communication mechanism you are using for this? > ( webservices or remoting) > > Regarding a serializing utility, maybe this post can help you > http://www.darronschall.com/weblog/archives/000247.cfm > > ~Peeyush > > > > > > > On Feb 20, 2008 5:16 AM, [p e r c e p t i c o n] <[EMAIL PROTECTED]> > wrote: > > > hI experts, > > i've created a Java Object that returns an array list of items to my > > flex app...however even though I set the dataprovider attribute correctly > > none of the data actually renders...a quick glance at the data using the > > debugger shows that the objects are there so i think they'renot being > > deserialized properly...can anyone tell me how to achieve this? i've > > created the client side object in AS, but still not sure why it's not > > working... > > thanks > > > > p > > > > btw i'm using FB3 > > > > cheers > > > > > >

