GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Tyler Silcox
Could someone please explain what GetPageContext() does within CFMX? I just came across it in one of the other posts and it got me thinking about using GetPageContext().include(somefile.cfm) for cfincludes within cfscripts, but it doesn't seem to share the same memory/variables (which, I guess,

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Robertson-Ravo, Neil (RX)
Subject: GetPageContext() function...cfinclude from a cfscript? Could someone please explain what GetPageContext() does within CFMX? I just came across it in one of the other posts and it got me thinking about using GetPageContext().include(somefile.cfm) for cfincludes within cfscripts, but it doesn't

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Robertson-Ravo, Neil (RX)
I think, there are probably people who know a shit load more about than that! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 14:03 To: CF-Talk Subject: RE: GetPageContext() function...cfinclude from a cfscript? I believe it is used

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Andre Mohamed
java.sun.com. Alternatively, look for any JSP tutorial that mentions the context. That should get you on your way. André -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 13:56 To: CF-Talk Subject: GetPageContext() function...cfinclude from a cfscript

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread webguy
. WG -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 14:06 To: CF-Talk Subject: RE: GetPageContext() function...cfinclude from a cfscript? I think, there are probably people who know a shit load more about than that! -Original Message

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Dan G. Switzer, II
If you want an include function for use w/CFSCRIPT, in CFMX you could just create a UDF that uses the CFINCLUDE tag. -Dan -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 8:56 AM To: CF-Talk Subject: GetPageContext() function...cfinclude

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Tyler Silcox
I've tried that and it's a pain in the arse... -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 9:26 AM To: CF-Talk Subject: RE: GetPageContext() function...cfinclude from a cfscript? If you want an include function for use w/CFSCRIPT

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Raymond Camden
Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 8:21 AM To: CF-Talk Subject: RE: GetPageContext() function...cfinclude from a cfscript? I've tried that and it's a pain in the arse... -Original Message- From: Dan G. Switzer, II [mailto

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Tyler Silcox
-Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 11:01 AM To: CF-Talk Subject: RE: GetPageContext() function...cfinclude from a cfscript? Really? cffunction name=include cfargument name=template cfinclude template=#template# /cffunction

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread Dan G. Switzer, II
I've tried that and it's a pain in the arse... I knew I shouldn't have laid out such a empty statement, but I've tried that exact UDF before and it threw some crazy errors-but I, of course, have no idea what the errors were...I'll see if I can recreate them and let you know- I wonder if