What don't you like about <cfdumping...>?  The reasons you are rejecting 
this option can highly influence the complexity of what you are looking 
for. 

But if you just want a simple vanilla dump without the DHTML and colors 
of <cfdump...> you can always do this.

<cfoutput>
<cfloop list="#form.fieldNames#" index="field">
   #field#: #form[field]##chr(13)##chr(10)#
</cfloop>
</cfoutput>

Provide whatever level of formatting you like around the field 
name:value pairs.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:249199
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to