Greg Morphis wrote: > I have a bean Query.cfc, named of course Query.. > > When I init the bean I get the following error message... > The value returned from function init() is not of type Query.
> <cfcomponent name="Query" hint = "I am the Query Bean" output="false" > Query is a reserved word. You shouldn't name you component query. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300524 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

