RE: [flexcoders] Only last row shown from dataservice result (Hibernate+LCDS)

2008-07-24 Thread Jeff Vroom
It sounds like you have a complex identity object – i.e. not a set of primitive properties. Try adding a toString() method in your identity class which returns a unique string for each instance. I think that we fixed this in 2.6 so that is not necessary (now available on our web site).

Re: [flexcoders] Only last row shown from dataservice result (Hibernate+LCDS)

2008-07-24 Thread Yohanes Iwan Sugiarto
Thank you Jeff, Yes, I'm using combination of 3 properties (String - Long - Long) as an identity, Also I'd like to confirm that toString() does the trick. Thanks On 7/24/08, Jeff Vroom [EMAIL PROTECTED] wrote: It sounds like you have a complex identity object – i.e. not a set of primitive