regarding <cfset _localQuery = Evaluate("Caller." & Attributes.query) />:

I agree that's the best approach. Here's a slightly faster and easier to read version 
of the cfset:
<cfset _localQuery = Caller[Attributes.query] />

This depends upon the caller scope being referencable as a structure, which I know you 
can do in CFMX - I'm not sure about previous versions of CF.

Mike Mertsock
Alfred University
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to