>- see footer for list info -< It's probably somehting else in the template causing it, can we see the rest of the code.
Russ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of damien Sent: 19 August 2005 13:27 To: Coldfusion Development Subject: [CF-Dev] cachedwithin in CFC >- see footer for list info -< Hi, I'm having a small problem with a query in a CFC. When I use cachedwithin, I get an error on my page - something like: "Context validation error for tag cfquery. The end tag </cfquery> encoutered on line 51 at column 19 requires a matching start tag." Sample query: <cfquery name="qStockists" datasource="#request.dsn#" password="#request.pwd#" cachedWithin="#CreateTimeSpan(0,1,0,0)#"> SELECT * FROM tbl_Stockists ORDER BY Town </cfquery> Any ideas? Damien _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help >-< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
