That's correct, Baz. The value of the query attribute is the name of a variable, not an expression. Drives me crazy.
Patrick On 11/8/05, Baz <[EMAIL PROTECTED]> wrote: > > > > > > If a method returns a query, you can't just do this can you: > > > > <cfoutput query="Instance.returnQuery()"> > > > > You have to do it in 2 steps: > > > > <cfset instanceQuery= Instance.returnQuery() /> > > <cfoutput query="instanceQuery"> > > > > Right? > > > -- Patrick McElhaney 704.560.9117 http://pmcelhaney.weblogs.us ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
