Thanks Javier!  I made that change, which makes sense....but I get a new
error.  At least that's new.  

I have:
<cffunction name="GetMyBooks" access="public" returnType="query"
output="false">
        <cfargument name="event" type="ModelGlue.Core.Event" required="true">
        <cfquery name="bookList" datasource="BooksDB">
                select title from books order by 1
        </cfquery>
        <cfset arguments.event.setValue("bookList", bookList)>
</cffunction>

which returns:



The value returned from function GetMyBooks() is not of type query

huh?





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2665
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to