[flexcoders] data serialization

2008-12-02 Thread cooleman_99
Hello, Im having problem getting the data from java to flex and im totally new to flex and cairngorm... here is my code snippet: im my java end: ListUsers getAll() { // from hibernate dao then return result which llist of users } in AS files: public class ListDelegate extends EventDispatcher

Re: [flexcoders] data serialization

2008-12-02 Thread freak182
Hello, ...here is the code for UserList.as import mx.collections.ArrayCollection; import mx.collections.ListCollectionView; public class UserList { [Bindable] public var listusers : ArrayCollection; //list of Users