<cfset StructAppend(request, form)>
OR <cfset StructAppend(request, url)>
Handy in the event that you're not sure which scope to expect your "inputs" from.
<cfset StructAppend(request, form)>
OR <cfset StructAppend(request, url)>
Handy in the event that you're not sure which scope to expect your "inputs" from.