URL as a variable name is probably screwing you up. The URL scope is a structure. Either scope it properly (Variables.URL) or use a different name.
> -----Original Message----- > From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 12:33 PM > To: CF-Talk > Subject: Complex object types to simple value?? > > > Hi again... trying to port from 4.5 to MX and I get this > error. Anyone have > any idea? > > -Dustin Snell > Unisyn Software, LLC > > Error Occurred While Processing Request > Complex object types cannot be converted to simple values. > The expression has requested a variable or an intermediate > expression result > as a simple value, however, the result cannot be converted to a simple > value. Simple values are strings, numbers, boolean values, > and date/time > values. Queries, arrays, and COM objects are examples of > complex values. > The most likely cause of the error is that you are trying to > use a complex > value as a simple one. For example, you might be trying to use a query > variable in a <CFIF> tag. This was possible in ColdFusion 2.0 > but creates an > error in later versions. > > The Error Occurred in > C:\Inetpub\wwwroot\unisyn\administration\Application.cfm: line 223 > > 221 : <CFOUTPUT> > 222 : > 223 : <FORM ACTION="#url#" METHOD="Post" NAME="frmLogin" > ID="frmLogin"> > 224 : > 225 : <INPUT TYPE="hidden" NAME="origURL" > VALUE="#cgi.HTTP_REFERER#"> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

