Sorry, not really following the convo, but thought I would drop this in... I was having a lot of trouble in the beginning of Application.cfc gettting the CFInclude to work. After much banking my head against the wall, I discovered that someone had mapped the path "/" to point to some other directory and hence all the "/" leading paths were messed up.
Who maps "/" on a dev server with tons of sites??? Why are some people so crazy. ....................... Ben Nadel www.bennadel.com -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 4:22 PM To: CF-Talk Subject: Re: Application CFC - OnRequest Method Well in theory the code you had should have worked just fine. The value of the page argument will typically be /foo/zoo.cfm, and cfinclude shoukd have worked just fine. On 6/6/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Why not just use onRequestStart? You can't write to the variables scope, but you could load the UDFs in the request scope. > > > Yes, I solved my problem with the UDF. But while doing so I ran into this issue with the onRequest method. While I did not need it now, I may someday want to use onRequest and would like to know how it actually works. > > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any attachments is for > the sole use of the intended > recipient(s) and may contain confidential and privileged information. > Any unauthorized review, use, disclosure or distribution is > prohibited. If you are not the intended recipient, please contact the > sender and delete any copies of this message. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242792 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

