[snip]
Info: Serializing response
  (Message #0 targetURI=/2/onResult, responseURI=null)
    (Array #0)
      [0] = (Typed Object #1 'net.crownmedia.flex.user.vo.UserVO')
[/snip]

The AMF trace says objects are being sent back as Typed AMF Objects in
both cases... so now you have to determine whether the type is linked in
at compile time (this will depend on more than just an import statement
- you actually have to use the type somewhere in the script) so that it
is available at runtime.

When you said "the items inside the array are of type object" how are
you determining that they are just a plain old ActionScript object? Note
that typeof() in AS2 does not tell you the class name of an instance, it
always says object for anything that is derived from object. 

Do you have a function on your ActionScript UserVO class that you can
call to check whether it was correctly instantiated as UserVO?



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to