On 12/14/2009 4:51 PM, John Barrett wrote:
> I think that Flex is looking for a function getArtist, but the method is > getArtists. I wrote a blog on this,maybe the blog is more clear, and I have > tested the cfc which is working properly too: > http://hawaiiflash.net/blog/post.cfm/database-results-flex sorry, should have read your email more closely: your error is flex side, your init method is trying to call getArtist() which doesn't exist on that service. private function initApp() :void { ArtistGateway_RO.getArtist(); } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6208 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
