What are the names of the structures that contain all querynames available
in a page?  Is there any documentation/listing of all available structs that
CF has in a page?

I've seen this list(below) from KB article 14192.  What I'm looking for are
the names of queries run on the page.

<CFOUTPUT>#StructKeyList(url)#</CFOUTPUT>
<CFOUTPUT>#StructKeyList(form)#</CFOUTPUT>
<CFOUTPUT>#StructKeyList(session)#</CFOUTPUT>
<CFOUTPUT>#StructKeyList(application)#</CFOUTPUT>
<CFOUTPUT>#StructKeyList(request)#</CFOUTPUT>

Thanks,
Chris

Chris Mosier
weberize
Strategists. Builders. Evangelists.


FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to