Re: CFinclude issues

2012-03-04 Thread Larry Lyons
> include a file that includes the file you're including. CF_Inception! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseof

Re: CFinclude issues

2012-03-02 Thread Andrew Scott
Then it is not an html file then is it, if someone sets the server up to server files to ColdFusion server, I would not consider this an html file. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sat, Mar 3, 2012 at 8:07 A

Re: CFinclude issues

2012-03-02 Thread Brian Cain
Andrew: You must have meant that for the other guy. My original reply said you cannot use cfinclude in a .htm file. I will add the addendum that being the case in a traditional server configuration. Brian Cain On Mar 2, 2012, at 4:06 PM, Andrew Scott wrote: > > Well the point was lost,

Re: CFinclude issues

2012-03-02 Thread Andrew Scott
Well the point was lost, because saying you can, implies that it can be called or used by ColdFusion. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sat, Mar 3, 2012 at 8:00 AM, Brian Cain wrote: > > Yes Andrew, that wa

Re: CFinclude issues

2012-03-02 Thread Brian Thornton
Do a "view source" Depending on the server .html could be rendered at cfm On Fri, Mar 2, 2012 at 3:56 PM, Andrew Scott wrote: > > Actually you can't being an html file, it will never be run by ColdFusion, > and will only be seen as a standard html comment. > > > > -- > Regards, > Andrew Scott >

RE: CFinclude issues

2012-03-02 Thread DURETTE, STEVEN J
, 2012 4:01 PM To: cf-talk Subject: Re: CFinclude issues Yes Andrew, that was the point I was making. On Fri, Mar 2, 2012 at 2:56 PM, Andrew Scott wrote: > > Actually you can't being an html file, it will never be run by ColdFusion, > and will only be seen as a standar

Re: CFinclude issues

2012-03-02 Thread Brian Cain
Yes Andrew, that was the point I was making. On Fri, Mar 2, 2012 at 2:56 PM, Andrew Scott wrote: > > Actually you can't being an html file, it will never be run by ColdFusion, > and will only be seen as a standard html comment. > > > > -- > Regards, > Andrew Scott > WebSite: http://www.andyscott

Re: CFinclude issues

2012-03-02 Thread Andrew Scott
Actually you can't being an html file, it will never be run by ColdFusion, and will only be seen as a standard html comment. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sat, Mar 3, 2012 at 7:53 AM, <> wrote: > > >>

Re: CFinclude issues

2012-03-02 Thread Claude Schnéegans
>>You cannot use a cfinclude on a .htm page Well, actually you can, ... but it will include nothing ;-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffus

Re: CFinclude issues

2012-03-02 Thread Brian Cain
Not to state the obvious, but you are trying to include it from a .cfm page right? You cannot use a cfinclude on a .htm page. On Fri, Mar 2, 2012 at 2:16 PM, <> wrote: > > >>Aren't they all also relative to the original including templates path > though even though they're nested? > > I would

Re: CFinclude issues

2012-03-02 Thread Claude Schnéegans
>>Aren't they all also relative to the original including templates path >>though even though they're nested? I would say yes. Better do this in the same directory. Any way, I do not relly see a good occasion for using recursive includes, because they will all work on the same variable scope.

RE: CFinclude issues

2012-03-02 Thread Jeff Langevin
Aren't they all also relative to the original including templates path though even though they're nested? I feel like I got bitten by that once... -Original Message- From: "=?ISO-8859-1?Q?Claude_Schn=E9egans mailto:"=?ISO-8859-1?Q?Claude_Schn=E9egans >unless you include a file that in

Re: CFinclude issues

2012-03-02 Thread Claude Schnéegans
>>unless you include a file that includes the file you're including. Even this will work, provided you have a test to stop the recursive loop. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-

Re: CFinclude issues

2012-03-02 Thread Dave Watts
> This is a stab in the dark - but it did catch me once. It's not a cfinclude > on a cfincluded page, is it? I didn't bother to test it just now but I don't > believe that will work. This will work fine, actually, just like Cameron said, unless you include a file that includes the file you're in

Re: CFinclude issues

2012-03-02 Thread Cameron Childress
On Fri, Mar 2, 2012 at 1:26 PM, Stephens, Larry V wrote: > This is a stab in the dark - but it did catch me once. It's not a > cfinclude on a cfincluded page, is it? I didn't bother to test it just now > but I don't believe that will work. > For the record, that *will* work. -Cameron ... ~~

RE: CFinclude issues

2012-03-02 Thread Stephens, Larry V
rom: Eileen Harberts [mailto:eil...@tdai.net] Sent: Friday, March 02, 2012 10:09 AM To: cf-talk Subject: Re: CFinclude issues >By 'not work' I mean the include does not display. There is no error message, >just a page not displaying the include. Thank you, Eileen What do you meanby

Re: CFinclude issues

2012-03-02 Thread Russ Michaels
s: Werner Baumann > Sitz der Gesellschaft: Monheim am Rhein | Eintragung: Amtsgericht > Düsseldorf, HRB 46985 > > > -Original Message- > From: Eileen Harberts [mailto:eil...@tdai.net] > Sent: Friday, March 02, 2012 9:08 AM > To: cf-talk > Subject: Re: CFinclude is

RE: CFinclude issues

2012-03-02 Thread Bill Franklin
sellschaft: Monheim am Rhein | Eintragung: Amtsgericht Düsseldorf, HRB 46985 -Original Message- From: Eileen Harberts [mailto:eil...@tdai.net] Sent: Friday, March 02, 2012 9:08 AM To: cf-talk Subject: Re: CFinclude issues > Thank you for your response. I did take the "..

Re: CFinclude issues

2012-03-02 Thread Eileen Harberts
>By 'not work' I mean the include does not display. There is no error message, >just a page not displaying the include. Thank you, Eileen What do you meanby it does not work, is there an error, the file is not >included, what? > >Regards >Russ Michaels >From my mobile >On 1 Mar 2012 21:16, "Ei

Re: CFinclude issues

2012-03-02 Thread Eileen Harberts
> Thank you for your response. I did take the ".." away: template="/includes/sponsors.cfm"> and it still did not display the include. > There are not any errors that pop up, it just does not display. Thank you, Eileen Are you sure you need the ".." in front of the first slash? It could >

Re: CFinclude issues

2012-03-01 Thread Russ Michaels
What do you meanby it does not work, is there an error, the file is not included, what? Regards Russ Michaels >From my mobile On 1 Mar 2012 21:16, "Eileen Harberts" wrote: > > I am trying to code a cfinclude on a template page: > > > > to show this include when its pages are displayed. The na

RE: CFinclude issues

2012-03-01 Thread Bill Franklin
Are you sure you need the ".." in front of the first slash? It could be a relative path issue. What errors are you getting? Best regards, Bill Franklin -Original Message- From: Eileen Harberts [mailto:eil...@tdai.net] Sent: Thursday, March 01, 2012 3:16 PM To: cf-talk Subject: CFi