When my applications selected client changes, and the 'info' property, which is a managed class, goes to fill in data, I'm now getting an RPC fault event: [RPC Fault faultString="Unable to invoke a get operation on destination 'iad.info' due to the following error: null." faultCode="Server.Processing" faultDetail="null"]
I know it's accessing my InfoAssembler, because I have SQLExceptions caught, and if a client without any detailed information (this information is what fills the info class) returns no result set, it's throwing a MessageException. I'm guessing that I need to somehow set up an ItemResponder (see: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001207.html) with an addResponder to populate the form fields when the server returns a value, but I can't seem to get this working correctly. Even if I have try/catches in the ActionScript and follow the guidelines of that example, Flash 9 Debugger is still giving me errors... Any suggestions? Thanks, Brennan -- 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/

