Here's the actual code - I use this in my error handling page for
development:

<table>
<cfloop collection="#form#" item="myVar2">
<tr>
        <cfoutput>
        <td>FORM.#myVar2#</td>
        <td>#evaluate("form." & "#myvar2#")#</td>
        </cfoutput>
</tr>
</cfloop>
</table>

-----Original Message-----
From: Don Vawter [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 30, 2001 10:52 PM
To: CF-Talk
Subject: Re: All vars?


I just use cfdump var="#form#">
That has the "extra" item fieldnames but I don't care about that

----- Original Message -----
From: "Dylan Bromby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 30, 2001 7:27 PM
Subject: All vars?


> there's a tag somewhere that outputs all the vars passed from a form. 
> does anyone remember what it's called?
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to