What Homer Simpson (? aka HTH) wrote was NOT that you couldn't create or
reference QUERIES (ala CFQUERY) in a CFINCLUDE but that you couldn't pass
parameters on the QUERY STRING (the stuff after a ? in the URL) with
CFLOCATION.

We can all agree on this, right?

The original code that Gina showed us had:
   <CFINCLUDE TEMPLATE="/acb/webpage.cfm?WebPage_ID=20&DID=9">

Which doesn't work because the page is not processed but the web server like
she expected it to be.

> -----Original Message-----
> From: Warrick, Mark [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 10:27 AM
> To:   CF-Talk
> Subject:      RE: CFINCLUDE problems
> 
> I'm not sure what this other guy was talking about, but I use included
> files all the time in the Fusebox style of programming.  All the templates
> run just fine no matter what is in them.
> 
> ---mark
> 
> > -----Original Message-----
> > From: Peter Theobald [mailto:[EMAIL PROTECTED]]
> > 
> > What are you saying?
> > INCLUDED files can contain Queries, or any other CFML or HTML
> > 
> > At 05:35 PM 9/28/00 +0100, Homer Simpson wrote:
> > >As far as I know, when you do a <CFINCLUDE> it includes the file in the
> > >current file without executing the file.  Thus a <CFINCLUDE> 
> > cannot contain
> > >query strings which explains why the <CFINCLUDE> you are using does not
> > >work.
> > >
> > >You will need to change the <CFINCLUDE> to be <CFINCLUDE
> > >TEMPLATE="/acb/webpage.cfm">
> > >
> > >HTH
> > >
> 
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to