I've set my flex logs to debug, but I don't get much in the way of logging from flex.
I've also set every trace option to true, but still don't get much from it. I'm curious, do my server and client sided classes have to have identical sets of members (or matching getters and setters)? I ask this because my server side POJOs have getters that are simply subsets of internal variables, like getSubGroups which returns a subset of what getGroups() would. On my client class side, i created a variable called subGroups:Array so that this information is immediately available, and is populated with getSubGroups() on the server side. My question is, does that mean that my server sided class will need a setSubGroups() since Flex sees this variable on the client side? Or if it doesn't will the classes still match up with Object.registerClass? --- In [email protected], "Peter Farland" <[EMAIL PROTECTED]> wrote: > Without seeing the AMF trace on the server side, all I can do is suggest > simplifying the case step by step and then work up to the problem at > hand. Try a Group type that only has flash intrinsic types as > properties... then go down another level... etc. 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/

