RE: Mystery?!! Variables not being recognized via CFLOCATION

2001-11-18 Thread Joseph DeVore

Pardeep,

Are your variables URL encoded?
Wrap this function around each string variable.

URLEncodedFormat()


How's that dynamic image app coming along?

Joseph DeVore
VeloxWeb Technologies




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 17, 2001 7:17 PM
To: CF-Talk
Subject: Mystery?!! Variables not being recognized via CFLOCATION


I am passing variables to a page that runs some actions, then variables are
sent via CFLOCATION to a display page.

However, on the display page I keep getting an error message saying that the
necessary variables are not present or not recognized.

I only have this problem in Netscape and older versions of Explorer. In the
new version of explorer everything is fine.

This problem is causing a halt in the whole app being developed. Anyone have
any idea what it could be?

Thanks,
Pardeep.

~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mystery?!! Variables not being recognized via CFLOCATION

2001-11-18 Thread Joseph DeVore

Have you tried prefixing your variable with the URL scope?

Joseph DeVore
VeloxWeb Technologies



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 17, 2001 7:29 PM
To: CF-Talk
Subject: Mystery?!! Variables not being recognized via CFLOCATION


This is the actual error message even though the variable 'bannerfile' shows
as being present in the URL with a value also. I'm totally puzzled by this:


Error Occurred While Processing Request

 Error Diagnostic Information

 An error occurred while evaluating the expression:

  bannerfile=#bannerfile#

 Error near line 2, column 7.


 Error resolving parameter BANNERFILE

 ColdFusion was unable to determine the value of the parameter. This problem
is very likely due to the fact that either:

   1.You have misspelled the parameter name, or
   2.You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or
CFTABLE tag.

 The error occurred while processing an element with a general identifier of
(CFSET), occupying document position (2:1) to
 (2:33).


~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Mystery?!! Variables not being recognized via CFLOCATION

2001-11-17 Thread one

This is the actual error message even though the variable 'bannerfile' shows
as being present in the URL with a value also. I'm totally puzzled by this:


Error Occurred While Processing Request

 Error Diagnostic Information

 An error occurred while evaluating the expression:

  bannerfile=#bannerfile#

 Error near line 2, column 7.


 Error resolving parameter BANNERFILE

 ColdFusion was unable to determine the value of the parameter. This problem
is very likely due to the fact that either:

   1.You have misspelled the parameter name, or
   2.You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or
CFTABLE tag.

 The error occurred while processing an element with a general identifier of
(CFSET), occupying document position (2:1) to
 (2:33).

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists