I'm not sure if you're saying it works or doesn't work. If it doesn't, try
FORM.putAll(URL) or StructAppend(FORM, URL) to get the URL vars into the
FORM scope.

Adrian

> -----Original Message-----
> From: Brian Dumbledore [mailto:psteja2...@yahoo.com]
> Sent: 25 March 2009 16:31
> To: cf-talk
> Subject: scopes
> 
> 
> ok I was trying something and did this:
> 
> <cfif isdefined("url.username")>
> <cfset form = duplicate(url)>
> </cfif>
> 
> And then I go about the rest as if the request came from a form post (I
> use form dot notation everywhere afterwards).
> 
> When I did a <cfdump var=#form#> it doesn't recognize the form scope,
> but this works
> 
> <cfdump var=#variables.form#>
> 
> But every where else in the code it works fine (recorgnizes all form
> dot names that were originally sent as url parameters)
> So is cf not supposed to handle the dump 'logically'? Can someone
> please reason this behavior?
> 
> 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320940
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to