Why didn't i think of that? D'oh! Thanks Geoff.
On Wed, 21 Jul 2004 17:51:50 +1000, Geoff Bowers <[EMAIL PROTECTED]> wrote: > Can you wrap the CFINCLUDE in a CFOUTPUT? That should propagate to the > include itself. > > -- geoff > http://www.daemon.com.au/ > > > > Gavin Cooney wrote: > > Hi all, > > > > I can't seem to turn off <cfsetting enablecfoutputonly="Yes"> on my > > farcry site. I need to turn it off for Included Objects. > > This is my displayDefault.cfm for {foler folder}/{app folder}/webskin/dmInclude/ > > > > <cfsetting enablecfoutputonly="Yes"> > > <cfmodule > > template="/farcry/#application.applicationname#/webskin/includes/dmHeader.cfm" > > pageTitle="#stObj.title#"> > > <cfsetting enablecfoutputonly="No"> > > > > <cfinclude > > template="/farcry/#application.applicationname#/includedObj/#stObj.include#"> > > > > <cfsetting enablecfoutputonly="Yes"> > > <cfmodule > > template="/farcry/#application.applicationname#/webskin/includes/dmFooter.cfm"> > > <cfsetting enablecfoutputonly="No"> > > > > I still can't output without a cfoutput. > > > > Is there a known CF problem where <cfsetting enablecfoutputonly="No"> > > doesnt work? > > > > Thanks > > > > Gav > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
