Hi paul,
Thanks so very much!! I looked at the code over and over and never saw this 
silly error:(
I even wrote a full blog post saying that flex did not like plural methods of 
maybe it was a caching issue, but I see it was a sill typo of mine:)

I change this little error and all works, I can't thank you enough`-`
Here is the post if you are interested:
http://hawaiiflash.net/blog/post.cfm/database-results-flex

I did manage to learn how to use the Alerts to post the error. I feel pretty 
good that I am finally getting Flex & CF a little, but it is a slow process for 
me!

Thanks again,
Johnny`-`

> 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:6209
Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to