[flexcoders] Property type information lost on RPC call to server using AMF

2008-02-11 Thread ashleystreb
We're using BlazeDS + Flex to invoke Java methods on the server side. Everything is working well, except that some properties on VO objects are losing their type information. We're using Charles to introspect the traffic that is going from the client to the server and its showing some properties

[flexcoders] Re: Property type information lost on RPC call to server using AMF

2008-02-11 Thread ashleystreb
Thanks, that does. I had assumed that the type information came from typing on the Class not the runtime value. Bad assumption. Thanks. -ashley --- In flexcoders@yahoogroups.com, ashleystreb [EMAIL PROTECTED] wrote: We're using BlazeDS + Flex to invoke Java methods on the server side