Additional note for Daman's option 2.)

After turning on remote-objects-debug in flex-config.xml, you'd either:

a) Use the NetConnection Debugger.swf from the extras folder that ships
with Flex to watch AMF traffic as you did in Flash MX.

b) Turn on the gateway "Debug" level logging in
/WEB-INF/flex/gateway-config.xml and then do as Daman suggests and watch
the server console. This is the suggested way as it can show strongly
typed objects that are registered with Object.registerClass().

 
Also note that an option 3.) would be to use an ActionScript object
dumping utility class to iterate over the returned object and print out
the object graph to the trace() flashlog.txt file or to a text component
in you movie.


-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dogra, Daman
Sent: Friday, July 01, 2005 11:52 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Newbie can't find selectedItem in comboBox
when dataProvider is remoteObject

There are couple of ways I check the payloads going back and forth 

1) Flex Builder IDE has the Network monitor (Last tab in the "Results"
window) which does the trick.
2) You could set <remote-objects-debug>true</remote-objects-debug> in
the flex-config.xml and see debug statements, including payloads,  on
the server console (wherever you are running the flex server).


Best
-Daman



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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