Thanks, Dave. Since I need access to variables in the application scope in my model and controllers, that's not an option. I think I'm just going to forego using that method anyway, since I found a few other instances in which the way it intercepts page requests makes my life harder instead of easier.
Jon On Oct 4, 2006, at 5:04 PM, Dave Watts wrote: >> As soon as I implemented the onRequest() method in >> Application.cfc, RDS stopped CFC redirects to the CFC >> Explorer and simply treats outputs a blank page. Does anyone >> know of a way to I might be able to bypass the onRequest >> method when calling a CFC directly? > > You can put them into a web-accessible directory containing a separate > Application.cfc that doesn't define onRequest. That's about it, as > far as I > know. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255588 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

