I believe that for a variable/query to be available in the APPLICATION scope, you have to explicitly put it there. Just placing it inside the onApplicationStart doesn't do anything for you (I think).
-----Original Message----- From: Ravi Gehlot [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 1:15 AM To: CF-Talk Subject: Re: <cfcomponent> + SQL Queries Sean, I will just stick with application.cfm for now. Thanks, Ravi. Sean Corfield wrote: > On 5/28/07, Ravi Gehlot <[EMAIL PROTECTED]> wrote: > >> If you use onRequest as your method then when you execute the >> application (index.cfm) you get a blank page instead of the actual >> > > If you implement onRequest() you *MUST* <cfinclude > template="#arguments.targetPage#"> per the documentation. > -- ------------------------------------------- Ravi Gehlot. Sr. Management Sunshine Technology Solutions, LLC http://www.sunshinetechsolutions.com/ ------------------------------------------- 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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279441 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

