re[10]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-06-13 Thread Mischa Uppelschoten ext 10
n this curious issue (or whether we've simply not thought of a solution). /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Thursday, May 25, 2006 2:02 PM To: discussion@acfug.org Subject: re[8]: [ACFUG Disc

RE: re[8]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-26 Thread Charlie Arehart
2:02 PM To: discussion@acfug.org Subject: re[8]: [ACFUG Discuss] Missing template handler does not have access to application scope? Sorry for my late response! (And thanks for checking in Charlie!) Here is the code I added to my page-not-found page: AppObj = createobject("Component

re[8]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-25 Thread Mischa Uppelschoten ext 10
harlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 2:07 PM To: discussion@acfug.org Subject: re[6]: [ACFUG Discuss] Missing template handler does not have access to application scope? With applicat

RE: re[6]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-11 Thread Charlie Arehart
us all know how it goes. /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 2:07 PM To: discussion@acfug.org Subject: re[6]: [ACFUG Discuss] Missing template handler does not have access to applic

re[6]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-10 Thread Mischa Uppelschoten ext 10
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 11:44 AM To: discussion@acfug.org Subject: re[4]: [ACFUG Discuss] Missing template handler does not have access to application scope? Thanks Charlie, let me answer

RE: re[4]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-10 Thread Charlie Arehart
MAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 11:44 AM To: discussion@acfug.org Subject: re[4]: [ACFUG Discuss] Missing template handler does not have access to application scope? Thanks Charlie, let me answer your questions below. (long answer warning!) >

re[4]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-10 Thread Mischa Uppelschoten ext 10
perience. I just hadn't noticed before (and can't at the moment set up tests to confirm). /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 9:13 AM To: discussion@acfug.org Subject: re[2]:

RE: re[2]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-10 Thread Charlie Arehart
n't noticed before (and can't at the moment set up tests to confirm). /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 9:13 AM To: discussion@acfug.org Subject: re[2]: [ACFUG Discuss]

re[2]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-10 Thread Mischa Uppelschoten ext 10
t-found.cfm or an application.cfm in its directory or parent. Hope that helps. /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Friday, May 05, 2006 2:26 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Missi

Re: re[2]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-05 Thread Teddy Payne
Besides the proximity of the missing template to the application directive, I have found when exception handling that is handled by IIS and not from using cf_error from your application.cfm or application.cfc, tends to exclude the application scope. TeddyOn 5/5/06, Mischa Uppelschoten ext 10 <[EMAI

RE: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-05 Thread Charlie Arehart
lto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Friday, May 05, 2006 2:26 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Missing template handler does not have access to application scope? Trying to get "page-not-found.cfm" as a missing template handler to work in CFMX

re[2]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-05 Thread Mischa Uppelschoten ext 10
I don't understand your question... the browser requests a cfm file that doesn't exist, IIS passes the request off to CF, CF invokes the missing template handler, the missing template handler barfs on usage of application vars...? > How are you capturing your exception? Teddy On 5/5/06, Mis

Re: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-05 Thread Teddy Payne
How are you capturing your exception?TeddyOn 5/5/06, Mischa Uppelschoten ext 10 <[EMAIL PROTECTED] > wrote:Trying to get "page-not-found.cfm" as a missing template handler to work in CFMX7. When I request a non existing cfm page foo.cfm this code in page-not-found.cfm is executed fine: #request.txt

[ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-05 Thread Mischa Uppelschoten ext 10
Trying to get "page-not-found.cfm" as a missing template handler to work in CFMX7. When I request a non existing cfm page foo.cfm this code in page-not-found.cfm is executed fine: #request.txt# This does not work fine: #request.txt# CF will display the text "Page not found" in th