Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can I see my attributes collection? Can't figure out cfdump?

New Here ,
Jul 02, 2014 Jul 02, 2014

To debug I want to see what variables are in the attributes.  I can't figure out the instructions for CFDUMP.  Any help appreciated.

364
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 02, 2014 Jul 02, 2014

testPage1.cfm

<!--- Custom tag--->

<cf_testPage2 myVar="Green orange">

testPage2.cfm

<!--- Borrowing from Duncancumming --->

<cfdump var="#attributes#">

Translate
Engaged ,
Jul 02, 2014 Jul 02, 2014

<cfdump var="#attributes#">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 02, 2014 Jul 02, 2014
LATEST

testPage1.cfm

<!--- Custom tag--->

<cf_testPage2 myVar="Green orange">

testPage2.cfm

<!--- Borrowing from Duncancumming --->

<cfdump var="#attributes#">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources