> >I remember several replies to a previous question where a 
> tag was referenced
> >that gathered all the variables on a form and passed them to 
> subsequent
> >pages
> >what was that tag - I hope I'm not dreaming but it would 
> help to replace
> >hidden fields.

How about something like.... (needs CFServer 4.5)

<cfloop item="ThisField" collection=#Form#>
        <input type="hidden" name="#ThisField#"
value="#Evaluate("Form.#ThisField#")#">
</cfloop>
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to