> If I then loop over the form as a structure:
> 
> <cfloop collection="#form#" item="current">
> <br><cfoutput>#current#</cfoutput>
> </cfloop>
> 
> The real form field(form.name), plus the one created on the 
> action page
> (form.fake)
> and the fieldname variable (form.fieldname) are all
> displayed.
> 
> So the question is, is this a feature or a bug?
> 

This is a feature... really. It represents the fact that you can add
junk to the form scope. Normally you take the form data as is, but if
you want to, you can add and remove fields.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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