RE: Application Cf Include

2002-10-04 Thread Everett, Al
: Srimanta [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 7:53 PM To: CF-Talk Subject: Application Cf Include Hi, Is there a way to exlude a file (on a particular cfm template) which is included in the Application.cfm by cfinclude tag. In other words, I have

Application Cf Include

2002-10-03 Thread Srimanta
Hi, Is there a way to exlude a file (on a particular cfm template) which is included in the Application.cfm by cfinclude tag. In other words, I have an Application.cfm which includes a header.cfm file by CFINCLUDEtag. Within the same application framework I have a file Special.cfm. I do not

Re: Application Cf Include

2002-10-03 Thread Tom McNamee
Could you check CGI.SCRIPT_NAME to see if it's the special file, and cfinclude only if false? == At 11:52 AM 10/4/2002 +1200, you wrote: Hi, Is there a way to exlude a file (on a particular cfm template) which is included in the Application.cfm by cfinclude tag. In other words, I have

RE: Application Cf Include

2002-10-03 Thread Jim Curran
file. - j jim curran technical director nylon technology 212.691.1134 [EMAIL PROTECTED] -Original Message- From: Tom McNamee [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 7:59 PM To: CF-Talk Subject: Re: Application Cf Include Could you check CGI.SCRIPT_NAME to see

RE: Application Cf Include

2002-10-03 Thread Mosh Teitelbaum
] WWW: http://www.evoch.com/ -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 8:17 PM To: CF-Talk Subject: RE: Application Cf Include You can use Cfif *insert logic here to exclude* cfexit /cfif within the header.cfm file