Sorry, I may not have been clear enough. But the issue is not mapping
VOs here. It is CF throwing an error saying it cannot find the component.

(The single quote is an artifact. The original code does not have it)

Unfortunately, no it does not. I only put the {} around it from a
previous try.

This code is the most updated:

        <mx:RemoteObject id="lendersService"
         destination="ColdFusion"
         result="event.token.resultHandler(event)"
         fault="event.token.faultHandler(event)"
         source="deskH93236.LenderServices"
         showBusyCursor="true" />       

This is weird. I can't figure out why I cannot get it to find the CFC.

The exact error message is: Could not find the Coldfusion Component
deskH93236.LenderServices. Please check that the given name is correct
and the component exists.

I have done this, of course, by running a <cfinvoke> on the CF server
from a normal CFM page to make sure the mapping was right.

*Hmmmmm. Scratches head*





--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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