RE: [flexcoders] Possible DataService BUG, can anyone help me out?

2006-10-09 Thread Diego Miramontes
Thanks for your explanation.The systemObject class does have the Remote alias metadata which points to a Java class, i found a way to reproduce the same mistake using Flex 2 samples (the crm example) here's the url of my post on the adobe forums about this bug (it contains the debugger

Re: [flexcoders] Re: Possible DataService BUG, can anyone help me out?

2006-10-09 Thread Diego Miramontes
Yep, as a mastter of fact Jeff's recommendation worked perfeclty, here is whata i did on my As class:public function get uid() : String { return sisId.toString(); }public function set uid(value : String) : void { sisId = Number (value); }where sisId is the object's id, so i am