Can you access any of the URL variables in your code? If not you might be accidentally deleting the URL scope or variable content prior to you actual processing. E.g. if you set the URL.FORM_ID = functionResult() and the function result returns a NULL you are also removing the CF variable which would result in this error. Check anywhere where you use an equal sign to the right of the parent scope or the URL variable and see whether a NULL value could have been returned.
Cheers, Bilal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3746 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
