AW: Cast results from server

2015-04-27 Thread Christofer Dutz
Von: mark goldin markzolo...@gmail.com Gesendet: Montag, 27. April 2015 17:43 An: users Betreff: Cast results from server I am getting data from a server as an ArrayCollection of a server class objects. How can I cast each element into a class that I am defining

Re: Cast results from server

2015-04-27 Thread OmPrakash Muppirala
Why is the casting not done on the server side? If you can cast something into an ArrayCollection, you should be able to cast other objects too. Thanks, Om On Apr 27, 2015 8:44 AM, mark goldin markzolo...@gmail.com wrote: I am getting data from a server as an ArrayCollection of a server class

Re: Cast results from server

2015-04-27 Thread mark goldin
The server returns a list of typed objects, but on UI side it's an ArayCollection of objects. Not sure it's correct though On Mon, Apr 27, 2015 at 12:08 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Why is the casting not done on the server side? If you can cast something into an