[flexcoders] Re: Return of single object from ColdFusion

2006-11-18 Thread Wally Randall
That generated a coercion error. --- In flexcoders@yahoogroups.com, bobignacio [EMAIL PROTECTED] wrote: You can always try the following: thisPerson = (Employee)(event.result); However, you may get the error of cannot convert Object to Employee. But its worth a try. Bob I. ---

[flexcoders] Re: Return of single object from ColdFusion

2006-11-17 Thread bobignacio
You can always try the following: thisPerson = (Employee)(event.result); However, you may get the error of cannot convert Object to Employee. But its worth a try. Bob I. --- In flexcoders@yahoogroups.com, Wally Randall [EMAIL PROTECTED] wrote: Problem: When I invoke the get function in the