|
All, I have a method on my app server called
getAllUser() that returns UserVO[]. When I get that back in flex as an Array
the items inside the array are of type object, instead of the actionScript
UserVO that is associated with that java type being returned. My work around
for this is to create a UserArrayVO class on both sides (App Server and Flex)
and in that class is just one variable that is of type UserVO[] on the server
and Array on flex and then I get back the correct classes in flex. So my
question is, is this the way to do something like this? Obviously flex knows
how to handle the objects when it is within another class, just not when it is
an array of them coming back. Thanks Jeff Yahoo! Groups Links
|
- RE: [flexcoders] Remote object that returns an array of obje... Jeff Krueger
- RE: [flexcoders] Remote object that returns an array of... Simon Fifield
- RE: [flexcoders] Remote object that returns an array of... Peter Farland
- RE: [flexcoders] Remote object that returns an array of... Peter Farland
- RE: [flexcoders] Remote object that returns an array of... Jeff Krueger
- RE: [flexcoders] Remote object that returns an array of... Peter Farland
- RE: [flexcoders] Remote object that returns an array of... Simon Fifield
- RE: [flexcoders] Remote object that returns an array of... Jeff Krueger
- RE: [flexcoders] Remote object that returns an array of... Peter Farland
- RE: [flexcoders] Remote object that returns an array of... Jeff Krueger

