Is there a way to change all url variables to form variables?
Is there a way to change or copy all url variables so they are scoped as form variables with one statement?
For example:
<cfset form.var1 = url.var1>
<cfset form.var2 = url.var2>
<cfset form.var3 = url.var3>
Can this be done with one statement?
